Just call it using the following three parameters:
- the path you want to search files in
- a filter enclosed in quotes, e.g. "*.js"
- the target encoding, e.g. utf-8
- bash
- find
- sed
- iconv
$ ./gibber.sh . "*.js" utf-8
That's it...
Just call it using the following three parameters:
$ ./gibber.sh . "*.js" utf-8
That's it...