Created
January 10, 2016 12:07
-
-
Save u0d7i/9325b05a3cd6908a82f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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