find . -name &quot;url*.0&quot; -atime &quot;Apr&quot; | wc -l<br>find: invalid argument `Apr&#39; to `-atime&#39;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<br><br><br><div><span class="gmail_quote">On 8/28/07, <b class="gmail_sendername">Joachim Backes
</b> &lt;<a href="mailto:joachim.backes@rhrk.uni-kl.de">joachim.backes@rhrk.uni-kl.de</a>&gt; 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>&gt; Hi,<br>&gt;<br>&gt; find . -name &quot;url*.0&quot; -mtime &quot;Apr&quot; | wc -l<br>&gt;<br>&gt; find: invalid argument `Apr&#39; to `-mtime&#39;<br>&gt;<br>&gt; I am looking out for the month of Apr only so how would the command
<br>&gt; -mtime look like<br>&gt;<br>&gt; Thanks and Regards<br>&gt;<br>&gt; Kaushal<br>&gt;<br><br>Hi Kashal,<br><br>the man page says:<br>&nbsp;&nbsp;-mtime n<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; File&#39;s data was last modified n*24 hours ago.&nbsp;&nbsp;See the&nbsp;&nbsp;comments
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for -atime to understand how rounding affects the interpretation<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; of file modification times.<br><br>--<br>Joachim Backes &lt;<a href="mailto:joachim.backes@rhrk.uni-kl.de">joachim.backes@rhrk.uni-kl.de
</a>&gt;<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>