====== inotify-tools ====== * https://github.com/inotify-tools/inotify-tools/wiki * [[:linux|Linux]] 파일 변경관련 작업 ===== 파일이 변경되면 특정 작업수행 ===== * [[https://superuser.com/questions/181517/how-to-execute-a-command-whenever-a-file-changes|linux - How to execute a command whenever a file changes? - Super User]] while inotifywait -e close_write myfile.py; do ./myfile.py; done