I want to automatically trigger a shell command when a file is modified. I think this can be accomplished in code by registering an inotify hook and call to system
, however is there a higher level bash command that can accomplish this?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Try inotify-tools. I'm having problems copying the link (sorry), but there is a wiki on GitHub which yu should be able to find with G-search-engine.
回答2:
I don't have a solution to your problem, but I've found this nice program that you might use the feature you request: cwatch