Dear Rob,<br><br>Please find attached initial version of "find" command.<br><br>{{{<br><b> usage: find [<dir>] [<options]<br><br> -name <pattern> match pattern<br> -type [fcdl] match file type<br>
!, -a, -o not, and , or<br> (, ) group expressions<br> -mtime [-+]n match file modification time (to within 24 hours)<br> \t\t +=greater (older) than, -=less (younger) than<br>
<br> Future task:<br> Implement -exec option<br></b>}}}<br><br><br>Let me know your comments.<br><br>Regards,<br>Gaurang Shastri<br>