Mar
16th
Sun
16th
tip: perl
chr converts ascii code to character
to substitute text in a bunch of files, perl -p -i .bak -e s/old/new/g file1 file2 …
/s and /m modifiers can be useful when matching a flattened document w/ many newlines