Find: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with " -maxdepth n Always true; descend at most n directory levels below the command line arguments. If any -maxdepth primary is specified, it applies to the entire e...")
 
No edit summary
Line 1: Line 1:
=Internal=


* [[Linux#Commands|Linux]]


=Usage=
<pre>
-maxdepth n
-maxdepth n
            Always true; descend at most n directory levels below the command line arguments.  If any -maxdepth primary is specified, it applies to the entire expression even if it would not
</pre>
            normally be evaluated.  ``-maxdepth 0'' limits the whole search to the command line arguments.
 
Configure find to descend at most n directory levels below the command line arguments.  -maxdepth 0 limits the whole search to the command line arguments.

Revision as of 03:45, 16 December 2016

Internal

Usage

-maxdepth n

Configure find to descend at most n directory levels below the command line arguments. -maxdepth 0 limits the whole search to the command line arguments.