e36freak 1303847235 learn #redirect inotifywait BlastHardcheese 1363247949 forget BlastHardcheese 1363247967 learn Linux tool du jour for acting on file changes. https://github.com/rvoicilas/inotify-tools/ http://linux.die.net/man/1/inotifywait ormaaj 1390072356 forget ormaaj 1390072487 learn inotifywait is a shell interface to the Linux inotify API for filesystem events. inotifywait isn't safe for robust scripts because it can't output nul delimiters. Better cross-platform alternatives are watchdog (python) and System.IO.FileSystemWatcher (mono/.NET) which which both support inotify, kqueue, Windows fs events, etc. https://github.com/rvoicilas/inotify-tools/ ormaaj 1390072882 forget ormaaj 1390072916 learn inotifywait is a shell interface to the Linux inotify API for filesystem events. inotifywait isn't safe for robust scripts because it can't output nul delimiters. Better cross-platform alternatives are watchdog (python) and System.IO.FileSystemWatcher (mono/.NET) which both support inotify, kqueue, Windows fs events, etc. https://github.com/rvoicilas/inotify-tools/