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