Skip to content

Instantly share code, notes, and snippets.

@littleq0903
Created September 17, 2013 09:11
Show Gist options
  • Save littleq0903/6591932 to your computer and use it in GitHub Desktop.
Save littleq0903/6591932 to your computer and use it in GitHub Desktop.
pbcopy/pbpaste simulation in linux
sudo apt-get install xclip
alias pbcopy="xclip -selection clipboard -i"
alias pbpaste="xclip -selection clipboard -o"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment