In a nested directory structure, which find command line option would be used to restrict the command to searching down a particular number of subdirectories?
The `find` command line option used to restrict the command to searching down a particular number of subdirectories is:
B. `-maxdepth`
You can use the `-maxdepth` option followed by the number of levels to limit how deeply `find` will search within the directory structure. For example, to search only one level deep, you can use `-maxdepth 1`.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
DuboisNicolasDuclair
1 year, 4 months ago