Skip to content

Instantly share code, notes, and snippets.

@thedoc31
Created August 3, 2018 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thedoc31/270a7315fb071ae0123bbbc3005869fa to your computer and use it in GitHub Desktop.
Save thedoc31/270a7315fb071ae0123bbbc3005869fa to your computer and use it in GitHub Desktop.
Find and collapse multiple RewriteRules with multiple languages into a single one-liner of all languages that use it
grep "<thecommonURL>" <thefile> | awk '{print $2}' | cut -c 2- | cut -f2-3 -d"/" | sort | tr '\n' '|'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment