Files
oam/knowledge base/xclip.md
2022-05-12 23:25:28 +02:00

14 lines
379 B
Markdown

# 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