Guest User

Untitled

a guest
Oct 20th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $tail -f FILE_PATH | grep "DESIRED_STRING" | grep -v "EXCLUDED_STRING"
  2.  
  3. $cat FILE_PATH | grep "DESIRED_STRING" | grep -v "EXCLUDED_STRING"
Add Comment
Please, Sign In to add comment