Recently, I have started looking towards system programming (thanks to my arm processor project). While I was glancing through the manual pages, I noticed these commands that are extremely useful but rarely used (or probably implicity used).
Here they are:
Very useful command. Helps breaking a file according to regexps, number of lines etc.
Another useful command especially in the python world where they specifically discourage the use of tabs and prefer 4 spaces.
Useful while getting your code to fit the terminal window or to fit PEP 8.
Had used this command earlier but didn't know that it could be used for TCP sockets also.
Very useful. Recently this came handy coverting ISO88952 to UTF8.
A life-saver sometimes.
A super sexy utility that prints the line number to the left of the code.
Will write about more commands as I come across them.