79481819

Date: 2025-03-03 18:24:55
Score: 0.5
Natty:
Report link
$ find dir01 -type f -path "*/dir03/myfile.txt"
dir01/dir02/dir03/myfile.txt
dir01/dir04/dir05/dir03/myfile.txt

You probably don't need -type f but it felt instinctual for me to include it

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nntrn