[Toybox] New toy : find command

Gaurang Shastri gmshastri at gmail.com
Tue Mar 12 06:50:15 PDT 2013


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20130312/7ee3042a/attachment-0004.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: find.patch
Type: application/octet-stream
Size: 16409 bytes
Desc: not available
URL: <http://lists.landley.net/pipermail/toybox-landley.net/attachments/20130312/7ee3042a/attachment-0006.obj>


More information about the Toybox mailing list