Is there a command like “watch” or “inotifywait” on the Mac?
I want to watch a folder on my Mac (Snow Leopard) and then execute a script (giving it the filename of what was … Read more
I want to watch a folder on my Mac (Snow Leopard) and then execute a script (giving it the filename of what was … Read more
I want to detect whether module has changed. Now, using inotify is simple, you just need to know the directory you want to … Read more