Re: Cut and paste standard input and output

2002-05-14 Thread Christopher Faylor
On Tue, May 14, 2002 at 10:15:47AM +, John Vincent wrote: >At the risk of being a "me too", I'd like to offer Chris every encouragement > >and support in every way possible [excluding any practical help:-)] to >implement a feature so that doing an ls on /dev lists all devices, and in >gener

Re: Cut and paste standard input and output

2002-05-14 Thread John Vincent
At the risk of being a "me too", I'd like to offer Chris every encouragement and support in every way possible [excluding any practical help:-)] to implement a feature so that doing an ls on /dev lists all devices, and in general, make any file name that can be open()ed, or stat()ed be possible

Re: Cut and paste standard input and output

2002-05-13 Thread Chris January
> >>And don't forget the read/write capability ot /dev/clipboard. > >>Rpb > > > Is there a way to mount /dev so one can see everything that's available > there? Do you want there to be one? It shouldn't be too difficult to add one based on the fhandler_virtual class. It would be a good excuse to a

RE: Cut and paste standard input and output

2002-05-13 Thread David Starks-Browning
> > Is there a way to mount /dev so one can see everything that's > > available there? > > No. This should certainly be in the FAQ. I'll add it. Regards, David (Cygwin FAQ maintainer) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com

Re: Cut and paste standard input and output

2002-05-13 Thread Raoul Gough
From: "Robert Collins" <[EMAIL PROTECTED]> Sent: Monday, May 13, 2002 9:45 AM And don't forget the read/write capability ot /dev/clipboard. > From: Charles Wilson [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 8:35 AM > > Have you seen the 'putclip' and 'getclip' applications that > ar

RE: Cut and paste standard input and output

2002-05-13 Thread Robert Collins
> -Original Message- > From: Mellman Thomas [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 7:06 PM > To: Robert Collins; Charles Wilson; [EMAIL PROTECTED] > Subject: RE: Cut and paste standard input and output > > > >>-Original Message

RE: Cut and paste standard input and output

2002-05-13 Thread Mellman Thomas
>>-Original Message- >>From: Robert Collins [mailto:[EMAIL PROTECTED]] >>Sent: Monday, May 13, 2002 10:45 AM >>To: Charles Wilson; [EMAIL PROTECTED] >>Subject: RE: Cut and paste standard input and output >> >> >>And don't forget th

RE: Cut and paste standard input and output

2002-05-13 Thread Robert Collins
And don't forget the read/write capability ot /dev/clipboard. Rpb > -Original Message- > From: Charles Wilson [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 8:35 AM > To: [EMAIL PROTECTED] > Subject: Re: Cut and paste standard input and output > > &g

Re: Cut and paste standard input and output

2002-05-12 Thread Michael Schaap
Quoting Charles Wilson <[EMAIL PROTECTED]>: > Raoul Gough wrote: > > > I recently wrote a simple command-line tool that cuts or pastes plain > text > > to/from standard input/output. I find it quite useful sometimes, when > I've > > got a script that generates some output and I want to process th

Re: Cut and paste standard input and output

2002-05-12 Thread Charles Wilson
Have you seen the 'putclip' and 'getclip' applications that are part of the official 'cygutils' package? --Chuck Raoul Gough wrote: > I recently wrote a simple command-line tool that cuts or pastes plain text > to/from standard input/output. I find it quite useful sometimes, when I've > got a