Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!think.com!mintaka!bloom-picayune.mit.edu!athena.mit.edu!jik From: jik@athena.mit.edu (Jonathan I. Kamens) Newsgroups: comp.unix.shell Subject: Re: csh redirection Message-ID: <1991Jan29.023901.16392@athena.mit.edu> Date: 29 Jan 91 02:39:01 GMT References: <2446@bnlux0.bnl.gov> Sender: news@athena.mit.edu (News system) Organization: Massachusetts Institute of Technology Lines: 18 In article <2446@bnlux0.bnl.gov>, como@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 |& tee filename" to tee the output of dump to a file. Your choice. -- Jonathan Kamens USnail: MIT Project Athena 11 Ashford Terrace jik@Athena.MIT.EDU Allston, MA 02134 Office: 617-253-8085 Home: 617-782-0710