| scanSquidLog quickly scans through Squid log files looking for lines whose URLs match any of those contained in a specified file. Matching lines are printed to standard output, and the main reason for using this program instead of standard utilities such as grep or awk is speed. Pattern matching for the URLs is not provided, but sub-domains, trailing path components, and case independence are automatically handled. |