From d4f01257d9d3b0d776114046a43d237a424fef77 Mon Sep 17 00:00:00 2001 From: Isaac Dunham Date: Sat, 29 Mar 2014 15:25:23 -0500 Subject: find: clarify and expand the help for find -type --- toys/pending/find.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'toys/pending/find.c') diff --git a/toys/pending/find.c b/toys/pending/find.c index ab17dec4..58e554b8 100644 --- a/toys/pending/find.c +++ b/toys/pending/find.c @@ -12,14 +12,18 @@ config FIND bool "find" default n help - usage: find [] [] -name match pattern - -type [fcdl] match file type + -type [bcdflps] match file type !, -a, -o not, and , or (, ) group expressions -mtime [-+]n match file modification time (to within 24 hours) \t\t +=greater (older) than, -=less (younger) than + + File types: + b block device d directory l symlink s socket + c char device f regular file p FIFO */ /* To Do: -- cgit v1.2.3