bash script to use sed for filter mutiples patterns from apache access logs
ProgrammingThis forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
bash script to use sed for filter mutiples patterns from apache access logs
Hi,
I would like to write a script to filter out mutiples patterns string from the apache access log and create a new output file. Below is an example of my old script,
Excellent suggested use of a grep pattern file. If you can make all the patterns "fixed" -- i.e. not regexes -- then you could add the "-F" option. . . .
1st put the patterns in 'patternfile' & check its contents:
matyu,
Could you put one of your logs on a pastebin & post a link to it here. Please, please, please, do not clutter this thread by putting the log here, as it will surely do if it's long enough for those of us who want to play w/ it to have a good sample.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.