Skip to content

Commit b6d4a5b

Browse files
committed
Merge branch 'master' of github.com:cirosantilli/linux-cheat
2 parents dcb034c + c8a6892 commit b6d4a5b

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)