mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 11:35:33 +02:00
commit
1e35c92a9b
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