Grep a tail

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

 bash | 
 
 copy code |
?

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