Answers for "ubuntu linux terminal check for changes to file"

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 "ubuntu linux terminal check for changes to file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language