mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-11 06:16:53 +03:00
324 B
324 B
convmv
Converts filenames from one encoding to another
- convert encoding, dry run (without actually changes filename)
convmv -f {{from_encoding}} -t {{to_encoding}} {{input_file}}
- convert encoding, not dry run (actually rename the file)
convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}