rename

Rename multiple files. NOTE: this page refers to the command from the util-linux package. For the Perl version, see file-rename or perl-rename. Warning: This command has no safeguards and will overwrite files without prompting. More information: <https://manned.org/rename>.

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