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
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
by
Tags: