Wednesday, August 28, 2013

Linux Commands

Some fundamental linux commands (not specific to the pipeline)


gnome-open .  # or xdg-open
alias 
env
grep --color --line-number --with-filename -r "keyword" .
env | grep HOME
which scriptname
pwd
ls
source
man

No comments:

Post a Comment