Created
May 8, 2019 10:57
-
-
Save tibovanheule/5a0214e660906c4de831c0606f2b101f 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
**xclip: Pipe output to the clipboard** | |
To mouse clipboard | |
> echo 123 | xclip | |
For the system clip board,( For virtual box ) | |
> echo 123 | xclip -sel clip | |
man file of xclip [here](https://linux.die.net/man/1/xclip). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment