add convmv to common page

waldyrious/alt-syntax
Joel Huang 2015-12-31 19:22:28 +08:00
parent 6e6ba15a89
commit 017ef62d60
1 changed files with 7 additions and 0 deletions

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}}`