Introduction
Often when I write, I forget to capitalize āiā , forget to use apostrophes etc, so I made this little scrip to fix them ..
Features
It has the following features.
- Takes one file as args . (use some shell magic to include more)
- Has a dict of words to replace..
- Replaces in place.
- Creates a backup file when replacing, un-comment marked code to remove backup automatically, if you want.
Conclusion
This was just a small utility script I made and use on a daily basis, even for this page.