Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!bionet!agate!roger-rabbit!smoot From: smoot@roger-rabbit.Berkeley.EDU (Stephen [Steve] R. Smoot) Newsgroups: comp.unix.shell Subject: `;` problems in *sh Message-ID: <1991Apr15.212340.13745@agate.berkeley.edu> Date: 15 Apr 91 21:23:40 GMT References: <1991Apr14.125148.27323@ssd.kodak.com> <1991Apr15.004857.17784@athena.mit.edu> Sender: usenet@agate.berkeley.edu (USENET Administrator) Reply-To: smoot@cs.berkeley.edu Organization: UC Berkeley Lines: 16 Why does: csh> `echo "ls ; ls"` fail? (Generates: ; not found ls not found ) This happens in every shell I tried. But doesnt seem like it should fail according to the csh man pages. N.B. csh> `echo "( /bin/ls ; /bin/ls )"` also fails. [(: Command not found.] -s