I am using logparser 2.2 and need a script that does two things:
- finding urls that contain a value within referer
- need to loop over 30 folders
logparser -rpt:-1 "select count()INTO feeds.txt from u_ex100302.log where to_lowercase(cs(Referer)) like '/feeds%'"