mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
7df417c963
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
361 B
361 B
pbpaste
Send the contents of the clipboard to
stdout. Comparable to pressing<Cmd v>on the keyboard. More information: https://keith.github.io/xcode-man-pages/pbcopy.1.
- Write the contents of the clipboard to a file:
pbpaste > {{path/to/file}}
- Use the contents of the clipboard as input to a command:
pbpaste | {{grep search_string}}