inotify-tools is a set of command line utilities for the Linux inotify filesystem change notification system.OK, so I made a little inotify command line utility to be called from shell scripts like so:#!/bin/sh while { inotifywait -e modify...

read more