Inotify_app
-----------

It's a little application to see how to use inotify system.
Inotify is used to watch file system events.
So this application prints the information of all files in one
given directory. The informations are updated when an event occurs.
If no event occur, then the application does nothing.

To use this application with GNU/Linux, libncurses and inotify patch
for you kernel is required.
You can find inotify patches here :
ftp://ftp.kernel.org/pub/linux/kernel/people/rml/inotify/v2.6/

To compile inotify_app type :
	make
and to test it, type :
	./inotify_app

tyler@agat.net
