mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 02:15:25 +02:00
xclip: add page
This commit is contained in:
parent
465391f568
commit
d79643b3a1
1 changed files with 11 additions and 0 deletions
11
pages/linux/xclip.md
Normal file
11
pages/linux/xclip.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# xclip
|
||||
|
||||
> Copy STDIN to clipboard or print clipboard to STDOUT.
|
||||
|
||||
- Copy output to clipboard:
|
||||
|
||||
`echo 123 | xclip -i`
|
||||
|
||||
- Paste clipboard:
|
||||
|
||||
`xclip -o > file.txt`
|
Loading…
Add table
Reference in a new issue