mirror of
https://github.com/sheumann/hush.git
synced 2024-11-09 02:09:01 +00:00
Added documentation for new find options.
This commit is contained in:
parent
096370d349
commit
df8ccb6350
@ -1088,7 +1088,9 @@
|
||||
<screen>
|
||||
-follow Dereference symbolic links
|
||||
-name PATTERN File name (leading directories removed) matches PATTERN
|
||||
-print Print the full file name followed by a newline to stdout
|
||||
-type X Filetype matches X (where X is one of: f,d,l,b,c,...)
|
||||
-perm PERMS Permissions match any of (+NNN); all of (-NNN); or exactly (NNN)
|
||||
-mtime TIME Modified time is greater than (+N); less than (-N); or exactly (N) days
|
||||
</screen>
|
||||
</para>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user