Home
Notes
Contact Me
csh
Local
Path, appending
stderr piping
External
Command History
http://tomecat.com/jeffy/tttt/cshhistory.html
http://www-cs.canisius.edu/ONLINESTUFF/UNIX/shellprogramming.html
http://snap.nlc.dcccd.edu/reference/shellguide/node72.html
Path, appending
set path = ( $path $HOME/bin /usr/someplace/bin )
stderr piping
ls |& tee file.txt ls >& file.txt