Skip to content

Instantly share code, notes, and snippets.

@sshnaidm
Created November 19, 2019 23:35
Show Gist options
  • Save sshnaidm/91dc871cec4df5365721c94bf43c41eb to your computer and use it in GitHub Desktop.
Save sshnaidm/91dc871cec4df5365721c94bf43c41eb to your computer and use it in GitHub Desktop.
List all cached files in squid
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