Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Nov 1999 01:44:53 +0100 (CET)
From:      Gabor Zahemszky <zgabor@spike.fa.gau.hu>
To:        freebsd-questions@freebsd.org
Cc:        naddy@mips.rhein-neckar.de
Subject:   Re: Shell
Message-ID:  <199911180044.BAA22952@spike.fa.gau.hu>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911180044.BAA22952>