I was about to execute a command line to generate a bunch of text I needed in my editor. Normally I would just save it to a temporary file but I thought to myself "wouldn't it be much cooler if I could just pipe it into the clipboard?".
A quick google search revealed that Mac OS X already has this built-in: pbcopy and pbpaste
