Categories
How do I get the name of a file to be displayed when using cat?
How can I make the file name appear at the beginning? cat *access.log | grep POST
Answer the question
In order to leave comments, you need to log in
grep -H POST *access.log
grep -iwr POST *.access.log
grep POST *access.log
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question