|
|
|
|
|
by doubled112
15 days ago
|
|
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
Vs grep thingone file
grep thingtwo file
|
|