Skip to content

Instantly share code, notes, and snippets.

@saxenap
Created May 5, 2016 00:35
Show Gist options
  • Save saxenap/be4cecae2ec4b1393da4d8172dd22164 to your computer and use it in GitHub Desktop.
Save saxenap/be4cecae2ec4b1393da4d8172dd22164 to your computer and use it in GitHub Desktop.
find / -xdev -type f -exec grep -rlPo '(?<=href=")[^"]*/index.html' -l {} \; -exec sed -i 's/index.html//g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment