This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bd5c68fb14
tldr
/
pages
/
osx
/
pbcopy.md
216 B
Raw
Blame
History
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