Command Line to clipboard Posted by jenx on 29 Jun 2018 in General Useful for if you quickly need file contents in the clipboard: catĀ FILE_NAME | xclip -selection c Might need to install xclip: sudo apt install xclip more »