The unix shell command to do nothing. It's almost compeltely useless, I think, except for creating or zeroing out a file.

% :>filename

I like to use this command to zero out log and temporary files. And it's much shorter than touch!


Outside of the bourne shell tradition, the ":" is called a colon, and is used grammatically introduce a quotation, an explaination or a list.