Sapiens Search

How to put something on clipboard?

1 Install xclip
sudo apt-get install xclip
2 Type:
echo "<Your text here>" | xclip

Example

echo "Sapiens Garou is a good blog." | xclip

Test on a text editor pressing Control+v to see working

Arcam Sapientia

See the manual to other usefull options:
man xclip
 P.S.: Learn how to put a text on the clipboard by using a command line (terminal) on Linux/Unix.

No comments:

Post a Comment