📜  inotifywait 不工作 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:50:27.706000             🧑  作者: Mango
代码示例1
#!/bin/bash
while read line
do
echo "close_write: $line"
done < <(inotifywait -mr -e close_write "/tmp/test/")