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`
|
Reference in New Issue
Block a user