[flagged]
Chances are the file stays the same and what Im grepping for changes, so after the first run, it was less work for me not needing to go back as far in the command
cat file | grep thingone cat file | grep thingtwo
grep thingone file grep thingtwo file
Chances are the file stays the same and what Im grepping for changes, so after the first run, it was less work for me not needing to go back as far in the command
Vs