Skip to content

Instantly share code, notes, and snippets.

@yoshuawuyts
Last active August 29, 2015 14:21
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 yoshuawuyts/e964b7bda440d893979e to your computer and use it in GitHub Desktop.
Save yoshuawuyts/e964b7bda440d893979e to your computer and use it in GitHub Desktop.
git show <commit> --name-only \
| grep '\/0' \
| awk '{$3=$1; gsub(/0[12345]_/, "", $3); $2="|"}{print}' \
| sed 's/md/html/g' \
| >> legacy-urls/urlmappings.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment