Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

nevada

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

bash commandline

* set -o vi (bash will respond to vi input).
* 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=.
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS