inotifywait

Waits for changes to one or more files. More information: <https://manned.org/inotifywait>.

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