1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-01 15:55:31 +02:00
tldr/pages/osx/pbcopy.md
2014-03-04 23:28:29 +11:00

12 lines
215 B
Markdown

# 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`