[SunHELP] what does {} \ mean?

DAUBIGNE Sebastien - BOR sunhelp at sunhelp.org
Mon Jul 9 03:21:45 CDT 2001


Note that  :

find  .......   | xargs   <cmd>

is much faster than=20

find  ......  -exec   <cmd>

With the second one, you fork one <cmd> process per file.
With the first one, you fork only one <cmd> process per about 20 files.


---
Sebastien DAUBIGNE=20
sebastien.daubigne at sema.fr - 05.57.26.56.36
Sema Global Services - AFM/DW/Pessac


	-----Message d'origine-----
	De:	Meng, Andrew [SMTP:Andrew.Meng at capitalone.com]
	Date:	vendredi 6 juillet 2001 20:46
	=C0:	'sunhelp at sunhelp.org'
	Objet:	[SunHELP] what does {} \ mean?

	hello,

	Can anyone explain to me what { } \  means in find . -user root
-perm -4000
	-exec ls -ldb {} \.

	Thanks!

	Andrew
	=20
=09
************************************************************************=
**
	The Information transmitted herewith is sensitive information
intended only
	for use to the individual or entity to which it is addressed. If the
reader
	of this message is not the intended recipient, you are hereby
notified that
	any review, retransmission, dissemination, distribution, copying or
other
	use of, or taking of any action in reliance upon, this information
is
	strictly prohibited. If you have received this communication in
error,
	please contact the sender and delete the material from your
computer.
	_______________________________________________
	SunHELP maillist  -  SunHELP at sunhelp.org
	http://www.sunhelp.org/mailman/listinfo/sunhelp



More information about the SunHELP mailing list