Re: find command

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux