79646212

Date: 2025-05-30 23:53:33
Score: 1
Natty:
Report link

Test run with

find . -mindepth 2 -type f -name "*.txt" -mtime +7 -exec ls -lp {} \;

Delete with

find . -mindepth 2 -type f -name "*.txt" -mtime +7 -print -delete
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nntrn