Bash scripts to the people (swedish umlaut removal, saumlfix.sh)

As I got a request to write a script that replace all åäö characters with aao in all file/directory names in a directory, so I did that. And since I did, I could just as well post it here.
Usage:
chmod +x saumlfix.sh
./saumlfix.sh /path/to/directory

Please note that you must include a trailing slash, else it won’t work.
This should be considered version 1.0, and I doubt there will be any more, unless I find any new features to implement, or bugs to fix.

Download: saumlfix.sh

Leave a Reply