Friday, May 02, 2008

pbcopy : Copy from Terminal Output to Clipboard

OS X has a nice command called pbcopy which lets you to copy terminal output to the clipboard. Through command line redirection, you pipe the output to pbcopy. E.g.: make &> | pbcopy

No comments: