|
From: Regid I. <re...@ya...> - 2011-07-03 23:05:09
|
Am I right that inotifywait can not wait on a file name for its creation? I understand that I can watch the directory in which the file is to be created. I can further filter the events on that directory, doing something only if the files I am waiting for have been created. But why the tools can not hide this complexity, enabling me to get events only upon the specific files have been created? |