On windows I used to the time when I wanted some output (from a file or command) in the clipboard.
> tracert www.dn.se | clipor
> type data.txt | clipAnd then I went of and pasted it somewhere.
Haven’t been using it on mac but today I needed it. So after googling around I found pbcopy.
> cat redis-trottle.js | pbcopyAnd Bob’s your uncle!
Tags: Computing, Note to Self, note-to-self, Productivity