/

pan class='column1'>| | | | As shown with this script : m(){ if [ $1 -eq 1 ];then echo $2 $3;else m $(($1-1)) $2 $4 $3;m 1 $2 \ $3 $4;m $(($1-1)) $4 $3 $2;fi;};if [ $# -eq 3 ]&&[ $3 -ge 1 -a $1 -le \ 3 -a $1 -ge 1 -a $2 -le 3 -a $2 -ge 1 -a $1 -ne $2 ];then m $3 $1 $2 $\ ((6-$1-$2)); else echo Usage: /bin/sh hanoi.sh from to num; fi #by rhb $ bash2 hanoi.sh 1 2 3 1 2 1 3 Segmentation fault (core dumped) Submitted by: Christian Weisgerber <naddy@mips.inka.de> * Add ruby-shell, a Ruby library to run commands and control jobs like aknu2001-03-166-0/+63 | | | | | | | | | | | shell. Pipes and redirections work just as expected: sh = Shell.cd("/foo") sh.cat("bar") | sh.tee("baz") > "baa" # or sh.transact do cat("bar") | tee("baz") > "baa" end * Update to lastest versionkevlo2001-03-112-2/+2 | | | | | PR: 25666 Submitted by: maintainer * I dropped maintainership or at least I tried to. Do it again.obrien2001-03-111-1/+1 | * Add wapsh 1.0, a system to allow remote shell logins via a WAPwill2001-03-119-0/+252 | | | | | | | phone or web browser. PR: 24313 Submitted by: George Reid <greid@ukug.uk.freebsd.org> * New port: mudsh: An "intelligent" game-like shellclive2001-03-016-0/+55