Saves some mouse work when you’re already jamming at the command line and need to push text in to the clipboard:
Install xclip: sudo apt-get install xclip
$ xclip -sel clip < ~/devel/my_code.c
Saves some mouse work when you’re already jamming at the command line and need to push text in to the clipboard:
Install xclip: sudo apt-get install xclip
$ xclip -sel clip < ~/devel/my_code.c