Pass-through filter with logging

B. S. sbremal@hotmail.com
Wed Mar 21 19:42:00 GMT 2007


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?

Cheers,
Balazs

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


--
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/



More information about the Cygwin mailing list