Files
tldr/osx/pbpaste.md
Philip Borenstein 3067eb7943 Remove 'OS X only'
2014-02-01 01:21:18 -05:00

222 B

pbpaste

Send the contents of the clipboard to standard output

  • Write the contents of the clipboard to a file.

pbpaste > {{file}}

  • Use the contents of the clipboard as input to a command.

pbpaste | grep foo