Skip to content

Instantly share code, notes, and snippets.

@0x4a
Created March 18, 2014 05:33
Show Gist options
  • Save 0x4a/9614063 to your computer and use it in GitHub Desktop.
Save 0x4a/9614063 to your computer and use it in GitHub Desktop.
find .htaccess files in directory #shell #web #server
#!/bin/bash
find /path/to/website/root -iname .htaccess -print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment