79169644

Date: 2024-11-08 10:35:28
Score: 1.5
Natty:
Report link

The above answers are superior to this but I did this as an exercise

bc -l <<< $(find dirname -type f -exec sum {} /tmp/{} \; | cut -f1 -d' ' | paste -d- - -) | grep -v 0

I explained it in full here https://stackoverflow.com/a/79169637/504047

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Chai Ang