79253047

Date: 2024-12-05 00:04:01
Score: 2
Natty:
Report link
inotifywait -m some_dir |
  while read -r dir action file ; do
    echo "Inotify returned: dir=$dir action=$action file=$file"
  done
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Bobster