0
Q:

inotifywait not working

#!/bin/bash

while read line
do
    echo "close_write: $line"
done < <(inotifywait -mr -e close_write "/tmp/test/")
0

New to Communities?

Join the community