[LUNI] capturing shell output in a cut/paste buffer

Robert Morrison orbert at orbert.net
Tue Apr 24 14:05:40 CDT 2007


On Monday 23 April 2007 07:29, Jay Strauss wrote:
> Hi,
> 
> Is there anyway to run a command and capture the output in a 
> cut/paste buffer? 

$ xsel -o
solution
$ echo FOO | xsel -a
$ xsel -o
solutionFOO

via:

http://mail.python.org/pipermail/python-list/2004-June/268536.html

via:

http://www.google.com/search?source=ig&hl=en&q=x+clipboard



More information about the luni mailing list