Skip to content
Snippets Groups Projects
Commit b2b93171 authored by Michael Marsh's avatar Michael Marsh
Browse files

added -type test for find

parent 3bdbc04f
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -199,6 +199,7 @@ of the more useful ones:
| -------- | --------- |
| -name *n* | Match files containing *n* |
| -iname *n* | Case-insensitive version of -name |
| -type *t* | Match files of type *t* (f=normal file, d=directory, etc.) |
| -depth *d* | Limit the depth of the search |
| -size *s* | Match files with size matching *s*, like 10, 20k, 32M, etc. |
| -size -*s* | Match files smaller than *s* |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment