Answers for "inotifywait not working"

0

inotifywait not working

#!/bin/bash

while read line
do
    echo "close_write: $line"
done < <(inotifywait -mr -e close_write "/tmp/test/")
Posted by: Guest on September-04-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language