Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!jato!herron.uucp!jbrown From: jbrown@herron.uucp (Jordan Brown) Newsgroups: comp.databases Subject: Re: dBase / FoxBase Problem with producing NUL Message-ID: <324@herron.uucp> Date: 11 Apr 90 09:32:05 GMT References: <90093.175401I80QC@CUNYVM.BITNET> <1990Apr4.212223.20603@xenitec.on.ca> Reply-To: jbrown@jato.jpl.nasa.gov Lines: 25 timk@xenitec.on.ca (Tim Kuehn) writes: > For DOS: > > type | trans > lpt1: > For Xenix: > > cat | trans | lp I don't understand why people keep wanting a "cat" step in commands like this. The shell will do input redirection, even under DOS... for some file "auxfile"... DOS: trans lpt1 XENIX: trans