Skip to content

Instantly share code, notes, and snippets.

@u0d7i
Created January 10, 2016 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save u0d7i/9325b05a3cd6908a82f0 to your computer and use it in GitHub Desktop.
Save u0d7i/9325b05a3cd6908a82f0 to your computer and use it in GitHub Desktop.
$ sudo apt-get install xclip
$ man xclip
<...>
-selection
specify which X selection to use, options are "primary" to use XA_PRIMARY (default), "secondary" for XA_SECONDARY or "clipboard" for XA_CLIPBOARD
<...>
$ xclip -i log.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment