[lug] backups again

John Hernandez John.Hernandez at noaa.gov
Wed Oct 11 13:48:04 MDT 2000


Csh and variants are less flexible in output redirection than Bourne
shell and cousins.  AFAIK, the best thing you can do in csh is merge
stdout and stderr like this:

`command >& outfile' (is equivalent to Bourne shell `command > outfile
2>&1')



More information about the LUG mailing list