Interacting with the clipboard from terminal using xclip
Introduction In this guide I will be showing you how you can interact with the clipboard from the terminal. The focus of this will be how you can do things like copy the contents of a file (or output from a program) directly into memory and also how you can paste directly into a file … Read more