On 22 Apr 2000, Arcady Genkin wrote: > Kent West <[EMAIL PROTECTED]> writes: > > > > I've been trying to do this off-and-on for two years, and although > > > I've had lots of help, nothing has ever worked. Can I assume that > > > it's impossible to print and email a document from one command? > > There is a utility that splits a file into two pipes, but I'll be > damned if I can remember how it's called. Anyone?
Maybe you are thinking of "tee": read from standard input and write to standard output and files Try: "info tee" for more info later, Bruce