| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Date: | Wed, 21 Mar 2007 12:48:40 -0700 |
| From: | Gary Johnson <garyjohn AT spk DOT agilent DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Pass-through filter with logging |
| Message-ID: | <20070321194840.GA27735@suncomp1.spk.agilent.com> |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <BAY13-F5ED4B54F7DAE72F232304A9740 AT phx DOT gbl> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <BAY13-F5ED4B54F7DAE72F232304A9740@phx.gbl> |
| User-Agent: | Mutt/1.5.12 (2006-07-14) |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/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 |
On 2007-03-21, B. S. wrote:
> Hi All,
>
> I'm trying to do the following:
>
> lynx -source $url > logged_file
> tidy -asxml -q < logged_file
>
> in a more elegant way like:
>
> lynx -source $url | log_pass_through logged_file | tidy -asxml -q
>
> I believe (maybe not true) that the latter should be more performant since
> the file is not needed to be read.
>
> The question is: Does such command ("log_pass_through") exist by default in
> Cygwin?
Yes. It's called 'tee'. See the tee(1) man page.
Gary
--
Gary Johnson | Agilent Technologies
garyjohn AT spk DOT agilent DOT com | Mobile Broadband Division
| Spokane, Washington, USA
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |