Commands
Xclip
Using xclip to copy terminal content to the clip board
for the system clip board
echo 123 | xclip -sel clip
for the mouse clipboard
echo 123 | xclip
Sources
Last updated
Using xclip to copy terminal content to the clip board
for the system clip board
echo 123 | xclip -sel clip
for the mouse clipboard
echo 123 | xclip
Last updated