tldr/pages/common/convmv.md

12 lines
343 B
Markdown
Raw Normal View History

2015-12-31 11:22:28 +00:00
# convmv
> Converts filenames (NOT file content) from one encoding to another
2015-12-31 11:22:28 +00:00
2016-01-04 13:50:38 +00:00
- convert encoding, dry run (without actually changes filename)
`convmv -f {{from_encoding}} -t {{to_encoding}} {{input_file}}`
2016-01-04 13:50:38 +00:00
- convert encoding, not dry run (actually rename the file)
2015-12-31 11:22:28 +00:00
`convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}`