Re: find command

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

 



Kaushal Shriyan wrote:
find . -name "url*.0" -atime "Apr" | wc -l
find: invalid argument `Apr' to `-atime'

the options -atime, -mtime etc. do not accept an argument of the type
"Apr", so you cannot do what you want in this way. These arguments
expect an integer, which specifies the age of the file in days or
minutes. See man find for more info, or

http://www.softpanorama.org/Tools/Find/find_mini_tutorial.shtml

Chris


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

  Powered by Linux