1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/xclip.md

12 lines
160 B
Markdown
Raw Normal View History

2016-01-27 13:41:31 +09:00
# xclip
> Copy STDIN to clipboard or print clipboard to STDOUT.
- Copy output to clipboard:
`echo 123 | xclip -i`
- Paste clipboard:
`xclip -o > file.txt`