csh redirection

Jonathan I. Kamens jik at athena.mit.edu
Tue Jan 29 13:39:01 AEST 1991


In article <2446 at bnlux0.bnl.gov>, como at max.bnl.gov (Andrew T. Como) writes:
|> What I am trying to do is
|> 1. allow the operators to see the dump run on their terminal and
|> 2. capture the dump output into a file for logging purposes.

Easy way: Run "script" before starting the dump to save the entire session in
a typescript.

Slightly harder way: Run "dump <dump arguments> |& tee filename" to tee the
output of dump to a file.

Your choice.

-- 
Jonathan Kamens			              USnail:
MIT Project Athena				11 Ashford Terrace
jik at Athena.MIT.EDU				Allston, MA  02134
Office: 617-253-8085			      Home: 617-782-0710



More information about the Comp.unix.shell mailing list