Added documentation for new find options.
authorMatt Kraai <kraai@debian.org>
Wed, 7 Feb 2001 04:05:35 +0000 (04:05 -0000)
committerMatt Kraai <kraai@debian.org>
Wed, 7 Feb 2001 04:05:35 +0000 (04:05 -0000)
docs/busybox.sgml

index 017d0d1f52babb5c0bb64f1aed6510b019a2a293..0dc4bffa3ce65e850ae506cbd7a9a339eda671ea 100644 (file)
                <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>