tail -f /var/file.log | grep 'whatever' | notify is there a way to make it work?
tail -f /var/file.log | grep 'whatever' | notify
is there a way to make it work?