Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!netnews.upenn.edu!cps3xx!cpsvax!davisd From: davisd@cpsvax.cps.msu.edu (Dug) Newsgroups: comp.unix.questions Subject: Re: Funny csh output? Message-ID: <6669@cps3xx.UUCP> Date: 28 Feb 90 16:00:01 GMT References: <6662@cps3xx.UUCP> <12251@smoke.BRL.MIL> Sender: usenet@cps3xx.UUCP Reply-To: davisd@cpsvax.UUCP (Dug) Lines: 13 In article <12251@smoke.BRL.MIL> gwyn@brl.arpa (Doug Gwyn) writes: #In article <6662@cps3xx.UUCP> davisd@cpsvax.cps.msu.edu (Dug) writes: #>% jobs | wc #> 0 0 0 # #There are no suspended jobs in the shell that's running the pipeline #(it's a subprocess of the one that printed the prompt). But it that's true then why can I redirect it to a file and have my stopped jobs show up there? (i.e. jobs > test will result in "test" having the correct output of jobs) -Dug