find command

hdkutz spambehaelter at hdkutz.de
Tue Aug 28 12:16:16 UTC 2007


On Tue, Aug 28, 2007 at 04:17:59PM +0530, Kaushal Shriyan wrote:
> 
>    find . -name "url*.0" -atime "Apr" | wc -l
>    find: invalid argument `Apr' to `-atime'
>          0
Hello Kaushal,
maybe your looking for something like
find . -name "url*.0" -ls |grep Apr |wc -l

Cheers,
ku
-- 
Darth Vader:
	When I left you, I was but the learner.
	Now I am the master.




More information about the users mailing list