diff --git a/knowledge base/xclip.md b/knowledge base/xclip.md new file mode 100644 index 0000000..b4beb81 --- /dev/null +++ b/knowledge base/xclip.md @@ -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