79174379

Date: 2024-11-10 07:50:29
Score: 1
Natty:
Report link

For FreeBSD/Macos:

find /path/to/ -type f ... -exec stat -f '%B %N' {} \; | sort -nr | awk '{print $2}'
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: George Eliozov