You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finds a directory containing FILE. Starts at the current working directory, and
5
-
searches "up" through each parent directory.
4
+
USAGE:
5
+
findup FILE
6
6
7
-
When a directory is found, it is printed to stdout.
7
+
FLAGS:
8
+
-h, --help Prints help information
9
+
-V, --version Prints version information
8
10
9
-
If no directory containing FILE is found, nothing is printed, and the
10
-
program exits with an exit code of 1.
11
+
Finds a directory containing FILE. Tested by filename with exact string equality. Starts searching at the current working directory and recurses "up" through parent directories.
11
12
12
-
By: J.R. Hill <hiljusti@pm.me>
13
+
The first directory containing FILE will be printed. If no directory contains FILE, nothing is printed and the program exits with an exit code of 1.⏎
\\Finds a directory containing FILE. Tested by filename with exact string equality. Starts searching at the current working directory and recurses "up" through parent directories.
23
+
\\
24
+
\\The first directory containing FILE will be printed. If no directory contains FILE, nothing is printed and the program exits with an exit code of 1.
0 commit comments