convmv

Convert filenames (NOT file content) from one encoding to another. More information: <https://www.j3e.de/linux/convmv/man/>.

Debian Debian
RUN apt-get update && \ apt-get install -y convmv
Ubuntu
RUN apt-get update && \ apt-get install -y convmv
Arch Arch Linux
RUN pacman -S --noconfirm convmv
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y convmv
CentOS
RUN yum install -y convmv
Fedora
RUN dnf install -y convmv
Raspbian
RUN apt-get update && \ apt-get install -y convmv
click the source code to copy install convmv on any operating system with command-not-found.com