Added xclip's notes to the knowledge base

This commit is contained in:
Michele Cereda
2022-05-12 23:25:28 +02:00
parent 535923e0a2
commit 0007dabf5a

13
knowledge base/xclip.md Normal file
View File

@@ -0,0 +1,13 @@
# Xclip
## TL;DR
```shell
xclip -selection clipboard < file
```
## Sources
- [copy the contents of a file into the clipboard without displaying its contents]
[copy the contents of a file into the clipboard without displaying its contents]: https://unix.stackexchange.com/questions/211817/copy-the-contents-of-a-file-into-the-clipboard-without-displaying-its-contents#211826