Wednesday, March 18, 2015

Unix command to search in a streaming file.

Unix command to search in streaming files like log files:

tail -f /var/log/messages | grep WARNING

No comments:

Post a Comment