tldr/pages/common/convmv.md

12 lines
364 B
Markdown
Raw Normal View History

2015-12-31 14:22:28 +03:00
# convmv
2016-01-22 04:15:34 +03:00
> Convert filenames (NOT file content) from one encoding to another.
2015-12-31 14:22:28 +03:00
2016-01-22 04:15:34 +03:00
- Test filename encoding conversion (don't actually change the filename):
`convmv -f {{from_encoding}} -t {{to_encoding}} {{input_file}}`
2016-01-22 04:15:34 +03:00
- Convert filename encoding and rename the file to the new enconding:
2015-12-31 14:22:28 +03:00
`convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}`