[plug] bash script

Kevin Shackleton kevins at wn.com.au
Wed Jan 10 10:58:23 WST 2001


Magic!

K.

Anthony Jones wrote:

>     n=1
>     while true;
>     do
>       mkdir $n
>       mcopy b:*.* $n
>       n=$(($n + 1))
>       echo -n "change discs, press a key: "
>       read JUNK
>     done
>
> Just need semi-colon after the true




More information about the plug mailing list