Files
oam/knowledge base/xclip.md
2023-07-09 18:00:36 +02:00

19 lines
417 B
Markdown

# Xclip
## TL;DR
```sh
xclip -selection clipboard < file
```
## Sources
- [copy the contents of a file into the clipboard without displaying its contents]
<!--
References
-->
<!-- Others -->
[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