System Grab Bag

View all TLDR pages from common (or from all pages)

cb

Cut, copy, and paste anything in the terminal. More information: https://github.com/Slackadays/Clipboard.
  • Show all clipboards:
    cb
  • Copy a file to the clipboard:
    cb copy {{path/to/file}}
  • Copy some text to the clipboard:
    cb copy "{{Some example text}}"
  • Copy piped data to the clipboard:
    echo "{{Some example text}}" | cb
  • Paste clipboard content:
    cb paste
  • Pipe out clipboard content:
    cb | cat
  • Show clipboard history:
    cb history
  • Show clipboard information:
    cb info

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.