[comp.os.minix] Correction to my shell posting of this morning

ast@cs.vu.nl (Andy Tanenbaum) (08/06/87)

Actually the correction is to the shell script 'ck' that caused the shell
to hang.  It should have read:

cd $1
ls -l * */* >/dev/null 2>&1

I forgot the cd $1 in the original posting.

Andy Tanenbaum (ast@cs.vu.nl)