Skip to content

Instantly share code, notes, and snippets.

@vinjn
Created October 10, 2012 16:06
Show Gist options
  • Save vinjn/3866579 to your computer and use it in GitHub Desktop.
Save vinjn/3866579 to your computer and use it in GitHub Desktop.
perl_replace_translation
perl -pe "s/\sPage\s(\d+)/chr(ord(\1))-13/ge" <ch1_7_36.txt > cc.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment