Re: Implement find command

2006-07-27 Thread Joshua Colson
On Thu, 2006-07-27 at 19:19 +0530, Anoop Kurup wrote: > Hi, > > Can u help me in the coding of the Find function. I need to customize > find so that it accepts values of type "*.sh" etc with last modification > of time of +"$time" and of "$file_type" file type. If such a file is > found within the

Implement find command

2006-07-27 Thread Anoop Kurup
Hi, Can u help me in the coding of the Find function. I need to customize find so that it accepts values of type "*.sh" etc with last modification of time of +"$time" and of "$file_type" file type. If such a file is found within the "$base_dir" directory then that file should be deleted. Cheers,