Jun 11 2009
∞
See Jeff Run: xclip: A Cut-and-Paste Aid
Handy utility I saw a co-worker use the other day:
pipe to pbcopy to get output from shell in the paste buffer on OSX, pipe to xsel to get output from shell in the paste buffer on linux.
(pbpaste also does what you would expect.)