tldr/pages/common/convmv.md

12 lines
261 B
Markdown
Raw Normal View History

2015-12-31 14:22:28 +03:00
# convmv
> Converts filenames from one encoding to another
- convert encoding(dry run)
`convmv -f {{from_encoding}} -t {{to_encoding}} {{input_file}}`
- convert encoding(not dry run)
2015-12-31 14:22:28 +03:00
`convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}`