Manipulate the X Clipboard from the Command Line

The key is the xclip program! To put text into the X clipboard (“copy”):

xclip -b <file.txt

To fetch the text from the X clipboard (“paste”):

xclip -b -o >file.txt

On Fedora, this requires installing the xsel package.

Questions or comments? For better or worse this website isn’t interactive, so send me an email or, uh, Toot me.

To get notified of new posts, try subscribing to my lightweight newsletter or my RSS/Atom feed. No thirsty influencering — you get alerts about what I’m writing; I get warm fuzzies from knowing that someone’s reading!

See a list of all how-to guides.

On GitHub you can propose a revision to this guide or view its revision history.