Skip to content

Instantly share code, notes, and snippets.

@mrpatrick
Created September 5, 2014 19:39
Show Gist options
  • Save mrpatrick/7e4910cc344f2a9af764 to your computer and use it in GitHub Desktop.
Save mrpatrick/7e4910cc344f2a9af764 to your computer and use it in GitHub Desktop.
sed command to create mod_rewrite rules from tab delimited spreadsheet.
cat redirects.tsv | sed -e 's/\(^\/\)\([a-zA-Z0-9\/!#$&-;=?%-_a-z~]*\)\(\t*\)\(.*\)/RewriteRule ^\/?\2$\4 [L,R=302]/'
@mrpatrick
Copy link
Author

doesn't handle all special char translations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment