What can you learn from production.log?
shiroyasha.github.io
What can you learn from production.log?
1–2 of 2 posts
Re: What can you learn from production.log?
#2You could possibly try "grep -E" or "grep -e ... -e"? In this case you could drop 'cat' and make one pipe less.