Grep a tail

If you want to “listen” to a log file for a specific case insensitive string occurence, just use this formula:

tail -f /logs/gateway/gateway.log | grep -i xirgo 


Posted

in

by

Tags: