bash:directories:monitor_a_directory_for_changes:using_iwatch
Table of Contents
BASH - Directories - Monitor a directory for changes - Using iwatch
Install iwatch
sudo apt install iwatch
Monitor a directory
iwatch /somedir iwatch -r -c '(w; ps -aux)' | echo '%f was changed' /somedir
NOTE: Executes the w and ps -aux command upon the event occuring.
References
bash/directories/monitor_a_directory_for_changes/using_iwatch.txt · Last modified: 2022/06/13 09:16 by peter