Skip to content

Commit c8a6892

Browse files
authored
Merge pull request #3 from mirwasi/patch-1
Fixed syntax
2 parents 20759fc + bebf0c8 commit c8a6892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

find.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Looks at *entire* file path filtering by POSIX BRE.
7575

7676
Find anything under current directory:
7777

78-
find . - path './*'
78+
find . -path './*'
7979

8080
Relative paths *must* start with a dot slash `./`.
8181

0 commit comments

Comments
 (0)