prename

Rename multiple files. NOTE: this page refers to the command from the prename Fedora package. More information: <https://manned.org/man/prename>.

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