srm

Securely remove files or directories. Overwrites the existing data one or multiple times. Drop in replacement for rm. More information: <http://srm.sourceforge.net/srm.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y secure-delete
Ubuntu
RUN apt-get update && \ apt-get install -y secure-delete
Alpine
RUN apk add secure-delete
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y secure-delete
Fedora
RUN dnf install -y srm
Raspbian
RUN apt-get update && \ apt-get install -y secure-delete
click the source code to copy install srm on any operating system with command-not-found.com