Forrest logo
back to context overview

convmv

List of commands for convmv:

  • convmv:tldr:818e1 convmv: Convert filename encoding and rename the file to the new encoding.
    $ convmv -f ${from_encoding} -t ${to_encoding} --notest ${input_file}
    try on your machine
    explain this command
  • convmv:tldr:a2eda convmv: Test filename encoding conversion (don't actually change the filename).
    $ convmv -f ${from_encoding} -t ${to_encoding} ${input_file}
    try on your machine
    explain this command
back to context overview