Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!mcvax!botter!ast From: ast@cs.vu.nl (Andy Tanenbaum) Newsgroups: comp.os.minix Subject: Correction to my shell posting of this morning Message-ID: <1556@botter.cs.vu.nl> Date: Wed, 5-Aug-87 17:48:06 EDT Article-I.D.: botter.1556 Posted: Wed Aug 5 17:48:06 1987 Date-Received: Sat, 8-Aug-87 08:55:59 EDT Reply-To: ast@cs.vu.nl (Andy Tanenbaum) Distribution: world Organization: VU Informatica, Amsterdam Lines: 10 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)