Various snippets that I have found to be helpful.
$ echo $RAILS_ENV $ export RAILS_ENV=production
$ find . -name foo.txt
$ set -o
$ time sleep 12
$ who $ w
$ chmod +x filename.sh
if..elif..else..fi
for i in 1 2 3 do echo $i done
HELLO="world" $HELLO
Ctrl-z
$ df -h
$ ps aux | less
$ !!
$ curl ipecho.net/plain; echo
subscribe via RSS