mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 12:05:59 +02:00
236 B
236 B
pbpaste
Send the contents of the clipboard to standard output (OS X only)
- 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