79131658

Date: 2024-10-27 23:02:02
Score: 1
Natty:
Report link

Lots of solutions here, so I'll add another...

find /path -type f -printf '"%p" '

This yields:

"/path/file1" "/path/file2" "path/file 3 with spaces" ...
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: pkSML