xclip is a command line interface to the X11 clipboard.
this is the command responsible for adding a new line to the string echo "string" | xclip -selection clipboard
I'm attempting to use xclip in a tmux session in my Ubuntu VirtualBox VM for some copy/paste keybindings, but …