How can I paste the content copied to my clipboard in my tcl script to the Linux terminal

143 Views Asked by At

I use the below commands to copy string "xyz" to clipboard in my tcl script. But I am not able to paste the same content on the linux terminal. How can I paste the Content copied to my clipboard in the script to the Linux terminal.

clipboard clear
clipboard append "xyz"
0

There are 0 best solutions below