9 lines
208 B
Markdown
9 lines
208 B
Markdown
# cleanfilenames
|
|
|
|
A primitve tool to clean up strange filenames
|
|
It works on a whitelist of accepted chars, doesn't do any recursion an never overwrites anything.
|
|
|
|
```
|
|
cleanfilenames.py ~/Music/
|
|
```
|
|
That's it
|