Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!amdcad!ames!sdcsvax!ucsdhub!hp-sdd!hplabs!hpda!hpisod1!hpisoi0!hpsmtc1!hpisod2!decot From: decot@hpisod2.HP.COM (Dave Decot) Newsgroups: comp.unix.questions Subject: Re: C-shell idiosyncracy ?? Message-ID: <10650011@hpisod2.HP.COM> Date: Tue, 10-Nov-87 21:45:34 EST Article-I.D.: hpisod2.10650011 Posted: Tue Nov 10 21:45:34 1987 Date-Received: Fri, 13-Nov-87 21:33:18 EST References: <33414@sun.uucp> Organization: Hewlett Packard, Cupertino Lines: 23 > It seems that I can redirect the output of a C-shell command > to a file, but I cannot pipe it to some other command. Logically, > this should not have happened. Anyway, the following happens > for C-shell as well as for korn-shell. > > {samsun} jobs > [1] + Stopped emacs foo > {samsun} jobs > bar > {samsun} cat bar > [1] + Stopped emacs foo > {samsun} jobs | more > {samsun} > > So, for some reasons I just cannot pipe the output of "jobs". > I am just wondering how was this bug (feature !) implemented. ? This works in HP-UX's /bin/csh and in its /bin/ksh, i.e., "jobs | more" prints: [1] + Stopped emacs foo Dave Decot hpda!decot