add convmv to common page

This commit is contained in:
Joel Huang 2015-12-31 19:22:28 +08:00
parent 6e6ba15a89
commit 017ef62d60

7
convmv.md Normal file
View File

@ -0,0 +1,7 @@
# convmv
> Converts filenames from one encoding to another
- convert encoding without dry run
`convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}`