From: Matt Kraai Date: Wed, 7 Feb 2001 04:05:35 +0000 (-0000) Subject: Added documentation for new find options. X-Git-Tag: 0_50~253 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=df8ccb635039a6bc8cfd51308b01cc0e58bbdc4d;p=oweals%2Fbusybox.git Added documentation for new find options. --- diff --git a/docs/busybox.sgml b/docs/busybox.sgml index 017d0d1f5..0dc4bffa3 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml @@ -1088,7 +1088,9 @@ -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