bash commandline
* Placing a command in `` (left slanted apostrophes) it will simply put the output of that command on the command line. For example, renice -18 `pidof xmms` will give all xmms processes a priority of -18. (and set -o for more options).
* To unalias a alias, alias aliasname=.