Thursday, June 6, 2013


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

Posted by Posted by WL at 9:49 AM
Categories:

0 comments  

 
>