1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 11:38:13 +01:00
tldr/osx/pbcopy.md
2014-02-01 01:21:18 -05:00

215 B

pbcopy

Place standard output in the clipboard

  • Place the contents of a file in the clipboard.

pbcopy < {{file}}

  • Place the results of a command in the clipboard

find . -type t -name "*.png" | pbcopy