Skip to content

Instantly share code, notes, and snippets.

@andcam
Created February 11, 2014 11:40
Show Gist options
  • Save andcam/8933333 to your computer and use it in GitHub Desktop.
Save andcam/8933333 to your computer and use it in GitHub Desktop.
find all the .htaccess files
find / -type f -name .htaccess 2>/dev/null -print -exec cat {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment