79702193

Date: 2025-07-15 14:07:57
Score: 1.5
Natty:
Report link

This one is nice to check if the folder is getting any new log files.

while true; do find . -type f -name "*.txt" | head -1 | xargs ls -l ; sleep 60; done
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: G P