Skip to content

Instantly share code, notes, and snippets.

@szczeles
Created May 30, 2025 08:46
Show Gist options
  • Select an option

  • Save szczeles/06a43b2832c52bbc75fe6145fb548a77 to your computer and use it in GitHub Desktop.

Select an option

Save szczeles/06a43b2832c52bbc75fe6145fb548a77 to your computer and use it in GitHub Desktop.
find / \( -name "*.db" -o -name "*.sqlite" -o -name "*.sqlite3" \) -type f -exec file {} \; 2>/dev/null | grep SQLite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment