2015-12-31 11:22:28 +00:00
|
|
|
# convmv
|
|
|
|
|
2016-01-22 01:15:34 +00:00
|
|
|
> Convert filenames (NOT file content) from one encoding to another.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://www.j3e.de/linux/convmv/man/>.
|
2015-12-31 11:22:28 +00:00
|
|
|
|
2016-01-22 01:15:34 +00:00
|
|
|
- Test filename encoding conversion (don't actually change the filename):
|
2016-01-04 02:00:33 +00:00
|
|
|
|
|
|
|
`convmv -f {{from_encoding}} -t {{to_encoding}} {{input_file}}`
|
|
|
|
|
2017-07-20 19:53:15 +01:00
|
|
|
- Convert filename encoding and rename the file to the new encoding:
|
2015-12-31 11:22:28 +00:00
|
|
|
|
|
|
|
`convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}`
|