Bash oneliners

Bash oneliners

Bash oneliners

Inotifywait

inotifywait -m -r -e modify path/to/watched/dir | while read events ; do
    some_command_to_execute_on_change
done

 

Leave a Reply

Your email address will not be published. Required fields are marked *