find . -name "url*.0" -atime "Apr" | wc -l<br>find: invalid argument `Apr' to `-atime'<br>      0<br><br><br><div><span class="gmail_quote">On 8/28/07, <b class="gmail_sendername">Joachim Backes
</b> <<a href="mailto:joachim.backes@rhrk.uni-kl.de">joachim.backes@rhrk.uni-kl.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Kaushal Shriyan wrote:<br>> Hi,<br>><br>> find . -name "url*.0" -mtime "Apr" | wc -l<br>><br>> find: invalid argument `Apr' to `-mtime'<br>><br>> I am looking out for the month of Apr only so how would the command
<br>> -mtime look like<br>><br>> Thanks and Regards<br>><br>> Kaushal<br>><br><br>Hi Kashal,<br><br>the man page says:<br>  -mtime n<br>               File's data was last modified n*24 hours ago.  See the  comments
<br>               for -atime to understand how rounding affects the interpretation<br>               of file modification times.<br><br>--<br>Joachim Backes <<a href="mailto:joachim.backes@rhrk.uni-kl.de">joachim.backes@rhrk.uni-kl.de
</a>><br>University of Kaiserslautern,Computer Center [RHRK],<br>Systems and Operations, High Performance Computing,<br>D-67653 Kaiserslautern, PO Box 3049, Germany<br>--------------------------------------------------
<br>Phone: +49-631-205-2438, FAX: +49-631-205-3056<br><a href="http://hlrwm.rhrk.uni-kl.de/home/staff/backes.html">http://hlrwm.rhrk.uni-kl.de/home/staff/backes.html</a><br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">
fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</a><br><br></blockquote></div><br>