We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84477cb commit 748df5cCopy full SHA for 748df5c
1 file changed
find-symlinks-to-in
@@ -14,8 +14,8 @@ ${0##*/}
14
Usage:
15
bin/${0##*/} <partial> [search dir]
16
17
- $1 = The partial file name/path for which to search. You can use grep syntax.
18
- $2 = The directory in which to search. If not provided, defaults to the current directory (./).
+ \$1 = The partial file name/path for which to search. You can use grep syntax.
+ \$2 = The directory in which to search. If not provided, defaults to the current directory (./).
19
20
Environment Variables:
21
(none)
0 commit comments