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
791ef71fdc
tldr
/
pages
/
osx
/
pbpaste.md
222 B
Raw
Blame
History
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