Which command line option would you use to restrict the GNU find command to searching a
particular number of subdirectories?
A.
-max-dirs
B.
-dirmax
C.
-maxdepth
D.
-S
E.
-n
Explanation:
Descend at most levels (a non-negative integer) levels of directories below the command line
arguments.