| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <1021244670.3cdef4fe3d50a@webmail.mscha.org> |
| Date: | Mon, 13 May 2002 01:04:30 +0200 |
| From: | Michael Schaap <cygwin AT mscha DOT org> |
| To: | Charles Wilson <cwilson AT ece DOT gatech DOT edu> |
| Cc: | cygwin AT cygwin DOT com |
| Subject: | Re: Cut and paste standard input and output |
| References: | <002901c1fa03$dab86cd0$0100a8c0 AT albert> <3CDEEDFB DOT 3090109 AT ece DOT gatech DOT edu> |
| In-Reply-To: | <3CDEEDFB.3090109@ece.gatech.edu> |
| MIME-Version: | 1.0 |
| User-Agent: | Internet Messaging Program (IMP) 3.0 |
| X-Virus-Scanned: | at mscha.org by amavisd-milter (http://amavis.org/) |
Quoting Charles Wilson <cwilson AT ece DOT gatech DOT edu>:
> 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 the
> output in
> > a windows application (or vice-versa).
> >
> > e.g.
> >
> > ls -lR | clipboard -x
> >
> Have you seen the 'putclip' and 'getclip' applications that are part of
>
> the official 'cygutils' package?
Or just use
ls -lR > /dev/clipboard
- Michael
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |