aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-02-07 04:05:35 +0000
committerMatt Kraai <kraai@debian.org>2001-02-07 04:05:35 +0000
commitdf8ccb635039a6bc8cfd51308b01cc0e58bbdc4d (patch)
treed3ffd2d352d540c3707fd5b664b57d54e4c27336 /docs
parent096370d349fb6be0f5754a9f1d1ca2910d33d78c (diff)
downloadbusybox-df8ccb635039a6bc8cfd51308b01cc0e58bbdc4d.tar.gz
Added documentation for new find options.
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.sgml4
1 files changed, 3 insertions, 1 deletions
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 @@
<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>