Path: utzoo!utgpu!watmath!att!dptg!rutgers!cmcl2!phri!marob!daveh From: daveh@marob.masa.com (Dave Hammond) Newsgroups: comp.unix.questions Subject: Re: ksh and sh Message-ID: <24CF6290.13630@marob.masa.com> Date: 27 Jul 89 19:29:18 GMT Reply-To: daveh@marob.masa.com (Dave Hammond) Organization: ESCC, New York City Lines: 14 hedrick@geneva.rutgers.edu writes: >rjd@occrsh.UUCP (Randy_Davis) says that if you use ksh as sh, "at" >won't work. It works for me. I'm using ksh-i 06/03/86a with System V >release 2 (Microport) on an AT clone. ksh is /bin/sh. I've not run >into any problems with system software when using ksh as sh. However >mine is a single-user system, so I certainly don't see every possible >task. Try running any shell script which uses a caret (^) as the pipe symbol, rather than a vertical bar (|). Ksh does not recognize the old /bin/sh pipe notation, while several Unix suppliers still distribute versions of /etc/wall, /usr/bin/spell and other script=based utilities, which use ^ as the pipe symbol.