There are a lot of common commands we use on the command line whose names or standard arguments can be difficult to remember. What are some good mnemonics that can be used to remedy this problem?
Example: a good mnemonic I've found for decompressing tarballs (tar xzf) is extract ze files!
tar xzfwould probably be better remembered as extract zlib from file, that way when you get a.tarthat isn't compressed, it is easier to remember to leave off thez, or if you're working with tapes you'll know to leave off thef, since it isn't coming from a file. :) – sarnold May 30 '11 at 0:16