I'd like to tail a log file that's continuously being written to but would like to exclude various entries that are 'common' so I only see errors, etc. as they are thrown. I can pipe to grep -v "pattern" but would ideally like to use a file containing entries to skip. Any ideas?
|
feedback
|
|
The In addition, the | |||
|
feedback
|
|
My grep includes an
So you could do:
| |||
|
feedback
|
|
You can use
Remember to include the backtics. So your command would look like:
| |||||
feedback
|
|
Use | |||
|
feedback
|
