wtorek, 4 października 2016

Find recent logs that contain the string "Exception"

find . -name '*.log' -mtime -2 -exec grep -Hc Exception {} \; | grep -v :0$

Brak komentarzy:

Prześlij komentarz