1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-08 08:06:01 +02:00
tldr/pages/osx/pbpaste.md
2025-05-01 07:19:03 -07:00

347 B

pbpaste

Send the contents of the clipboard to stdout. Comparable to pressing <Cmd v> on the keyboard. More information: https://keith.github.io/xcode-man-pages/pbcopy.1.

  • Write the contents of the clipboard to a file:

pbpaste > {{path/to/file}}

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

pbpaste | grep foo