xclip is a command line interface to the X11 clipboard.
Questions tagged [xclip]
46 questions
-1
votes
1 answer
How to copy on xclip and see the command output on the shell?
Whenever I use xclip the command output goes right the clipboard but I also need to see it on the terminal:
I already tried this commands using pipe and & |&:
pwd |& xclip -rmlastnl -selection clipboard
but doesn't work (the output goes right to…

Santiago
- 361
- 4
- 21