We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20759fc + bebf0c8 commit c8a6892Copy full SHA for c8a6892
find.md
@@ -75,7 +75,7 @@ Looks at *entire* file path filtering by POSIX BRE.
75
76
Find anything under current directory:
77
78
- find . - path './*'
+ find . -path './*'
79
80
Relative paths *must* start with a dot slash `./`.
81
0 commit comments