In order to process many different log files at a single location, you could stream output from "tail -f" to a tcp port and process it that way. Here is how you could stream it
tail -f file.log > /dev/tcp/ip-address/port-num
In order to process many different log files at a single location, you could stream output from "tail -f" to a tcp port and process it that way. Here is how you could stream it
Posted by Posted by
WL
at
9:49 AM
Categories:
0
comments
Copyright 2007 | Blogger Templates by Blogcorwds and GeckoandFly