From 0007dabf5a005fdeb5cc51e3c2b4fd7bf5f2ce0d Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Thu, 12 May 2022 23:25:28 +0200 Subject: [PATCH] Added xclip's notes to the knowledge base --- knowledge base/xclip.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 knowledge base/xclip.md 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