Files
oam/knowledge base/xclip.md
2023-07-09 21:35:14 +02:00

24 lines
502 B
Markdown

# Xclip
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Sources](#sources)
## 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