Re: Pass-through filter with logging

2007-03-21 Thread B. S.
Thanks a lot! I was sure it's somewhere there. Love bash and Unix. From: Gary Johnson <[EMAIL PROTECTED]> To: cygwin@cygwin.com Subject: Re: Pass-through filter with logging Date: Wed, 21 Mar 2007 12:48:40 -0700 On 2007-03-21, B. S. wrote: > Hi All, > > I'm t

Re: Pass-through filter with logging

2007-03-21 Thread Gary Johnson
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 shou

Pass-through filter with logging

2007-03-21 Thread B. S.
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