Dear Rob, Please find attached initial version of "find" command.
{{{
* usage: find [<dir>] [<options]
-name <pattern> match pattern
-type [fcdl] 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
Future task:
Implement -exec option
*}}}
Let me know your comments.
Regards,
Gaurang Shastri
find.patch
Description: Binary data
_______________________________________________ Toybox mailing list [email protected] http://lists.landley.net/listinfo.cgi/toybox-landley.net
