Results 1 to 3 of 3
The Cygwin environment (a Linux-like environment for Windows) has a command named putclip .exe, which copies it's stdin to the Windows clipboard.
I would love to be able to make ...
- 08-30-2006 #1
Does putclip exist for Linux? i.e. can stdout go to the clipboard?
The Cygwin environment (a Linux-like environment for Windows) has a command named putclip.exe, which copies it's stdin to the Windows clipboard.
I would love to be able to make the output of a GNU/Linux command in a terminal go directly to the X clipboard so I can paste it into the message editor right here, or into another app, such as a text editor.
Imagine this:
$ grep ip_forward /etc/sysctl.conf | putclip
Then in the message editor, CTRL-V pastes the result.
Can it be done?
- 08-30-2006 #2Linux Newbie
- Join Date
- Aug 2006
- Posts
- 226
There is a program called xclip that will do what you are asking.
- 08-30-2006 #3
EXCELLENT!
I've been wishing I had something like xclip for years. I finally got around to asking.


Reply With Quote
