I came across a nice article on Linux Journal's web site about little-used shell commands. I had never known about 'tac', which basically does what 'cat' does only backwards. (One good example was using 'tail -3 /etc/passwd | tac' to find the newest three user accounts on the system.)
There are more good ones there, and no point in repeating them here. It's worth a read.