Answers for "inotifywait execute command when any file in folder changes"

0

linux bash do something when file changes

while inotifywait -e close_write myfile.py; do ./myfile.py; done
Posted by: Guest on September-04-2020

Code answers related to "inotifywait execute command when any file in folder changes"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language