fd

An alternative to find. Aims to be faster and easier to use than find. More information: <https://github.com/sharkdp/fd>.

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