Skip to content

Instantly share code, notes, and snippets.

@frenchbread
Created January 14, 2017 20:38
Show Gist options
  • Save frenchbread/88226d825c4d6c4ed3df6b56601ba943 to your computer and use it in GitHub Desktop.
Save frenchbread/88226d825c4d6c4ed3df6b56601ba943 to your computer and use it in GitHub Desktop.
Copy and paste stuff in/from terminal

Commands

  • pbcopy
  • pbpaste

Usage examples

To copy:

$ echo 'lol' | pbcopy

To paste:

pbpaste > file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment