我想要一台顯示器不僅報告變化,但是執行指定的操作,當事件被觸發時。
我正在嘗試一些工具,但似乎無法實現我的預期目標
我不確定我是否理解如何使用 iwatch 命令。查看命令列使用範例...
$ iwatch -r -c (w;ps -ef)|mail -s '%f was changed' root@localhost /bin
Monitor /bin directory, recursively, and execute the commands 'w' and 'ps -ef',
sending the results to root@localhost, using '<path_filename> was changed' as
subject. To see about '%f' take a look at STRINGS FOR COMMAND section.
我怎麼能夠執行命令移動或刪除文件,事件觸發後?
我也嘗試過fileschanged,但顯然該文件必須是已知的,才能被監視。所以下面的方法是行不通的...
fileschanged --show=created,changed --files-to-monitor *.*
有沒有一個好的程序,可以讓我,例如,設定命令移動文件,一旦觸發事件,如果是,它的用途是什麼?