Created
November 19, 2019 23:35
-
-
Save sshnaidm/91dc871cec4df5365721c94bf43c41eb to your computer and use it in GitHub Desktop.
List all cached files in squid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find /var/spool/squid -type f | xargs -i{} head -1 {} | grep -oa "http.*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment