Skip to content

Instantly share code, notes, and snippets.

@joshmcarthur
Created May 4, 2014 21:14
Show Gist options
  • Save joshmcarthur/ec805cad91fce275c63c to your computer and use it in GitHub Desktop.
Save joshmcarthur/ec805cad91fce275c63c to your computer and use it in GitHub Desktop.
Copy terminal text to clipboard

Variant 1:

pbcopy < file.txt

Variant 2:

command | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment