Bash - Xclip


Clipboard

To use xclip to copy to the clipboard for Ctrl + v functionality use:

xclip -selection c

It is recommended to make an alias for this in your bashrc profile.