From owner-freebsd-questions Wed Nov 17 16:45:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from spike.fa.gau.hu (spike.fa.gau.hu [192.188.243.132]) by hub.freebsd.org (Postfix) with ESMTP id C1B9214ED9 for ; Wed, 17 Nov 1999 16:45:09 -0800 (PST) (envelope-from zgabor@spike.fa.gau.hu) Received: (from zgabor@localhost) by spike.fa.gau.hu (8.9.3/8.9.2) id BAA22952; Thu, 18 Nov 1999 01:44:53 +0100 (CET) (envelope-from zgabor) Date: Thu, 18 Nov 1999 01:44:53 +0100 (CET) From: Gabor Zahemszky Message-Id: <199911180044.BAA22952@spike.fa.gau.hu> To: freebsd-questions@freebsd.org Subject: Re: Shell Cc: naddy@mips.rhein-neckar.de Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In this thread, somebody said: there isn't ksh93 under FreeBSD. Well, it's true, there isn't a nativ port of it. But you can download the free Linux version, and it works. (www.kornshell.org) Bye, Gabor ZGabor at CoDe dot HU Ps: of course, my sig works with iot #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!';IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z;f or i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i ;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message