mirror of https://github.com/CrimsonTome/tldr.git
Merge pull request #708 from tldr-pages/waldyrious-convmv
convmv: less awkward wording, fix lintwaldyrious/alt-syntax
commit
10743e9765
|
@ -1,11 +1,11 @@
|
||||||
# convmv
|
# convmv
|
||||||
|
|
||||||
> Converts filenames (NOT file content) from one encoding to another
|
> Convert filenames (NOT file content) from one encoding to another.
|
||||||
|
|
||||||
- convert encoding, dry run (without actually changes filename)
|
- Test filename encoding conversion (don't actually change the filename):
|
||||||
|
|
||||||
`convmv -f {{from_encoding}} -t {{to_encoding}} {{input_file}}`
|
`convmv -f {{from_encoding}} -t {{to_encoding}} {{input_file}}`
|
||||||
|
|
||||||
- convert encoding, not dry run (actually rename the file)
|
- Convert filename encoding and rename the file to the new enconding:
|
||||||
|
|
||||||
`convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}`
|
`convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}`
|
||||||
|
|
Loading…
Reference in New Issue