On Wed, Dec 04, 2002 at 11:11:45PM -0800, Jeremy C. Reed wrote: snip. > Or one tool I would like to have is: a command-line tool where it can read > either standard input or from the file(s) selected on the command line. > And then it dumps it into the X11 cut buffer. (Hopefully, that is > possible.) That would be extremely useful for me.
Check out xclip. $ echo blah | xclip or $ xclip <file> or $ whoami | xclip $ xclip -o soren It's in pkgsrc. -- Soren Jacobsen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html Trouble? Contact [EMAIL PROTECTED]
