That’s easy:
find ./ -depth -exec rename -v 's/[^[:ascii:]]/_/g' {} \; | cat -v
That’s easy:
find ./ -depth -exec rename -v 's/[^[:ascii:]]/_/g' {} \; | cat -v
This one was little bit tricky. If you want to pack files on your IIS webserver follow my guide. Continue reading How to pack directory using 7-zip in PHP on Windows?