diff --git a/pages/common/convmv.md b/pages/common/convmv.md new file mode 100644 index 0000000000..d9fe43e9ba --- /dev/null +++ b/pages/common/convmv.md @@ -0,0 +1,11 @@ +# convmv + +> Converts filenames (NOT file content) 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}}`