find

Find files or directories under the given directory tree, recursively. More information: <https://manned.org/find>.

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