Home   Notes   Contact Me

csh

Local

External


Path, appending

set path = ( $path $HOME/bin /usr/someplace/bin )

stderr piping

ls |& tee file.txt ls >& file.txt