diff options
author | Matt Kraai <kraai@debian.org> | 2001-02-07 04:05:35 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-02-07 04:05:35 +0000 |
commit | df8ccb635039a6bc8cfd51308b01cc0e58bbdc4d (patch) | |
tree | d3ffd2d352d540c3707fd5b664b57d54e4c27336 /docs | |
parent | 096370d349fb6be0f5754a9f1d1ca2910d33d78c (diff) | |
download | busybox-w32-df8ccb635039a6bc8cfd51308b01cc0e58bbdc4d.tar.gz busybox-w32-df8ccb635039a6bc8cfd51308b01cc0e58bbdc4d.tar.bz2 busybox-w32-df8ccb635039a6bc8cfd51308b01cc0e58bbdc4d.zip |
Added documentation for new find options.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.sgml | 4 |
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 @@ | |||
1088 | <screen> | 1088 | <screen> |
1089 | -follow Dereference symbolic links | 1089 | -follow Dereference symbolic links |
1090 | -name PATTERN File name (leading directories removed) matches PATTERN | 1090 | -name PATTERN File name (leading directories removed) matches PATTERN |
1091 | -print Print the full file name followed by a newline to stdout | 1091 | -type X Filetype matches X (where X is one of: f,d,l,b,c,...) |
1092 | -perm PERMS Permissions match any of (+NNN); all of (-NNN); or exactly (NNN) | ||
1093 | -mtime TIME Modified time is greater than (+N); less than (-N); or exactly (N) days | ||
1092 | </screen> | 1094 | </screen> |
1093 | </para> | 1095 | </para> |
1094 | 1096 | ||