inotify排除多個目錄

inotify排除多個目錄bash

    inotify中使用--exclude只能使用一次,屢次使用,後面的語句會覆蓋前面的exclude。ide

故引入參數--fromfile,在文件中能夠定義監控的目錄與不監控的目錄(不監控目錄前加@)。spa

wKioL1muYf2DUqKEAAA_HEEcH88779.jpg-wh_50


#!bin/bashblog

/usr/local/bin/inotifywait -mrq --fromfile /root/test/inotify-ytginc/ytginc-fromfile.txt -e create,delete,modify /data/ytginc.com |while read fileget

doit

    echo $fileio

doneclass


輸出的結果:test

wKiom1muYkqAF61wAAIZ-cfj6f8906.jpg-wh_50

相關文章
相關標籤/搜索