1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-11 10:55:50 +02:00

Merge pull request #836 from jezenielzapanta/patch-3

xclip:Add copy to system clipboard
This commit is contained in:
Leandro Ostera 2016-06-24 12:04:20 +02:00 committed by GitHub
commit cefc1b2585

View file

@ -6,6 +6,10 @@
`echo 123 | xclip -i`
- Copy output to system clipboard:
`echo 123 | xclip -sel clip`
- Paste clipboard:
`xclip -o > file.txt`