Tag: command line
How to remove non ASCII chars from filenames in current directory?
That’s easy: find ./ -depth -exec rename -v ‘s/[^[:ascii:]]/_/g’ {} \; | cat -v
How to pack directory using 7-zip in PHP on Windows?
This one was little bit tricky. If you want to pack files on your IISÂ webserver follow my guide.