From 017ef62d60b428432386e953512d56360c481a2f Mon Sep 17 00:00:00 2001 From: Joel Huang Date: Thu, 31 Dec 2015 19:22:28 +0800 Subject: [PATCH] add convmv to common page --- convmv.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 convmv.md diff --git a/convmv.md b/convmv.md new file mode 100644 index 000000000..3bb629f8b --- /dev/null +++ b/convmv.md @@ -0,0 +1,7 @@ +# convmv + +> Converts filenames from one encoding to another + +- convert encoding without dry run + +`convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}`