Path: utzoo!utgpu!watserv1!watmath!att!tut.cis.ohio-state.edu!nisca.ircc.ohio-state.edu!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!hpcc01!hpdmd48!oscarh From: oscarh@hpdmd48.boi.hp.com (Oscar Herrera) Newsgroups: comp.unix.shell Subject: Re: pipe equivalent to /dev/null ??? Message-ID: <8720003@hpdmd48.boi.hp.com> Date: 11 Sep 90 14:52:24 GMT References: <8720001@hpdmd48.boi.hp.com> Organization: Hewlett Packard - Boise, ID Lines: 17 |A more reasonable method would be to use "|cat >/dev/null", though the |result is the same as a simple ">/dev/null". Why did you want the |pipe, anyway? | |Les Mikesell | les@chinet.chi.il.us |---------- Thanks for all the responses. I wanted to use a pipe because I wanted to bitbucket the output of an RMBUX command. It turns out that RMBUX programmatic output redirection requires a statement like PRINTER IS "| ... involving a pipe. The final solution I used was PRINTER IS "| cat >/dev/null" Oscar Herrera oscarh@hpdmmad