mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 22:51:13 +03:00
261 B
261 B
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)
convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}