Results 1 to 3 of 3
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
08-30-2006 #1
Does putclip exist for Linux? i.e. can stdout go to the 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 #2
- 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.