inotifywait
通过sudo apt install inotify-tools获取,可阻塞监听文件事件:inotifywait file-name -e close_write
notify-send
可打印通知到界面:notify-send -t 显示时间/ms "something done at `date` OK"