I need a way to simplify this command:
grep’SEARCHTERM’ server.log | grep -v ‘ PHHIABFFH’ | grep -v’Stats’ It should find all rows including SEARCHTERM, but exclude if one of the SEARCHTERM r
I need a way to simplify this command:
grep’SEARCHTERM’ server.log | grep -v ‘ PHHIABFFH’ | grep -v’Stats’ It should find all rows including SEARCHTERM, but exclude if one of the SEARCHTERM r