1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:33:46 +02:00

xclip:Add copy to system clipboard

This commit is contained in:
Jezeniel Zapanta 2016-03-29 09:22:33 +08:00
parent dbbf7fc467
commit aed9bab831

View file

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