formatting fix

This commit is contained in:
anarcat 2016-03-30 03:22:00 +00:00 committed by admin
parent 9b7ea9aaf6
commit e250bd801b

View file

@ -29,12 +29,12 @@ I have found the following tools to be useful to cleanup the filesystem:
* [convmv](http://tracker.debian.org/convmv) can massively re-encode filenames and may also be able to fix all the issues above, but i didn't test that
* [rename](http://tracker.debian.org/rename) can massively rename files according to certain patterns, I have used:
rename 's/\?//' *
rename 's/://' *
rename 's/\\//' *
rename 's/"//' *
rename 's/*//' *
git add -A .
rename 's/\?//' *
rename 's/://' *
rename 's/\\//' *
rename 's/"//' *
rename 's/*//' *
git add -A .
Similar issues: