Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <1021244670.3cdef4fe3d50a@webmail.mscha.org>
Date: Mon, 13 May 2002 01:04:30 +0200
From: Michael Schaap <cygwin@mscha.org>
To: Charles Wilson <cwilson@ece.gatech.edu>
Cc: cygwin@cygwin.com
Subject: Re: Cut and paste standard input and output
References: <002901c1fa03$dab86cd0$0100a8c0@albert> <3CDEEDFB.3090109@ece.gatech.edu>
In-Reply-To: <3CDEEDFB.3090109@ece.gatech.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 3.0
X-Virus-Scanned: at mscha.org by amavisd-milter (http://amavis.org/)

Quoting Charles Wilson <cwilson@ece.gatech.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/

