This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-07-28 10:15:28 +02:00
Code
Activity
6b51b76b22
Branches
Tags
No results found.
tldr
/
pages
/
osx
/
pbpaste.md
Ruben Vereecken
066582e8ea
Formatted all pages according to guidelines.
2016-01-08 09:38:59 +01:00
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