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

[no subject]



On Sun, 2004-10-10 at 20:23, Christopher Bergeron wrote:
> Can anyone tell me what the difference between these two "find" commands is?
> 
> find . -atime +6 -exec ll | more

	This runs a 'find' and pipes it's output to more.

> find . -atime +6 -exec ll | more \;

	This also runs a 'find', and pipes it's output to more, but you've
given more a filename of ';', so it ignores stdin, and tells you that it
can't open ";".

	Perhaps you might try:

	find . -atime +6 | xargs ll | more

which may or may not do what you wish.

-- 
kernel, n.: A part of an operating system that preserves the
medieval traditions of sorcery and black art.

Danny


</pre>
<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<hr>
<ul><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><a name="00363" href="msg00363.html">[ale] find usage...</a></strong>
<ul><li><em>From:</em> robertheaven at earthlink.net (Robert Heaven)</li></ul></li>
</ul></li></ul>
<!--X-Follow-Ups-End-->
<!--X-References-->
<ul><li><strong>References</strong>:
<ul>
<li><strong><a name="00356" href="msg00356.html">[ale] find usage...</a></strong>
<ul><li><em>From:</em> christopher at bergeron.com (Christopher Bergeron)</li></ul></li>
</ul></li></ul>
<!--X-References-End-->
<!--X-BotPNI-->
<ul>
<li>Prev by Date:
<strong><a href="msg00357.html">[ale] Slackware to drop Gnome?</a></strong>
</li>
<li>Next by Date:
<strong><a href="msg00359.html">[ale] Any Epson photo1280 users?</a></strong>
</li>
<li>Previous by thread:
<strong><a href="msg00356.html">[ale] find usage...</a></strong>
</li>
<li>Next by thread:
<strong><a href="msg00363.html">[ale] find usage...</a></strong>
</li>
<li>Index(es):
<ul>
<li><a href="maillist.html#00358"><strong>Date</strong></a></li>
<li><a href="threads.html#00358"><strong>Thread</strong></a></li>
</ul>
</li>
</ul>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
</body>
</html>