ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] "find -exec +" vs "find | xargs"
Date: Wed, 10 Apr 2013 22:04:18 +0400
Message-ID: <20130410180416.GC12567@altlinux.org> (raw)
In-Reply-To: <5163EE22.8080508@solin.spb.ru>

[-- Attachment #1: Type: text/plain, Size: 2246 bytes --]

On Tue, Apr 09, 2013 at 02:32:02PM +0400, Aleksey Avdeev wrote:
> 09.04.2013 14:19, Aleksey Avdeev пишет:
> > 09.04.2013 13:51, Dmitry V. Levin пишет:
> >> On Tue, Apr 09, 2013 at 01:14:21PM +0400, Paul Wolneykien wrote:
> >>> 09.04.2013 10:42, Dmitry V. Levin пишет:
> >>>> Я посмотрел логи последней тестовой 
> >>>> пересборки, там более 60
> >>>> пакетов python*-module-*, в которых используется
> >>>> 	for var in $(find
> >>>> и что-то мне подсказывает (не глядя в 
> >>>> спеки), что все это будет
> >>>> гораздо лучше работать в форме
> >>>> 	find -exec ... +
> >>>
> >>>   А почему так? "for" же встроенная 
> >>>   конструкция, а find -exec наверняка на каждый 
> >>> exec форкает отдельную оболочку.
> >>
> >> Если я расскажу, как именно оно происходит, вы же все равно не поверите.
> >> И правильно сделаете, зачем верить на слово, когда можно проверить
> >> собственноручно.  Сравните
> >> strace -feexecve -o '|grep -Fc execve' sh -c 'for f in $(find /usr/ -type f -name "*.py"); do ls -- "$f"; done > /dev/null'
> >> и
> >> strace -feexecve -o '|grep -Fc execve' sh -c 'find /usr/ -type f -name "*.py" -exec ls -- {} + > /dev/null'
> >>
> >> Можете еще и время сравнить:
> >> time sh -c 'for f in $(find /usr/ -type f -name "*.py"); do ls -- "$f"; done > /dev/null'
> >> против
> >> time sh -c 'find /usr/ -type f -name "*.py" -exec ls -- {} + > /dev/null'
> > 
> >   А как на этом фоне конструкции вида:
> > 
> > find ... | xargs ...
> > 
> > PS: Интересует экспертная оценка.
> 
>   По
> 
> strace -feexecve -o '|grep -Fc execve' sh -c 'find /usr/ -type f -name
> "*.py"|xargs ls -- > /dev/null'
> 
> time sh -c 'find /usr/ -type f -name "*.py"|xargs ls -- > /dev/null'
> 
>   У меня получилось что вариант "find ... | xargs ..." близок к
> "find ... -exec ...", но немного затратнее.

Конструкция "find ... -exec ... +" появилась в GNU findutils всего 8 лет назад,
в отличие от "find ... | xargs ...", которая там уже, видимо, более 22 лет.

У xargs есть параметры, которые позволяют строить такие конструкции
"find | xargs", для которых нет точного эквивалента в "find -exec".

Ну и вообще, в пакете findutils есть приличная документация,
см. "info -f find".


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]

      reply	other threads:[~2013-04-10 18:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-09  6:25 ` [devel] [SCM] packages/python3-module-pygobject: heads/sisyphus Dmitry V. Levin
2013-04-09  6:42   ` Dmitry V. Levin
2013-04-09  6:46     ` REAL
2013-04-09  6:53       ` Dmitry V. Levin
2013-04-09  7:57         ` Aleksey Avdeev
2013-04-09  8:15           ` REAL
2013-04-09  9:14     ` Paul Wolneykien
2013-04-09  9:51       ` Dmitry V. Levin
2013-04-09 10:19         ` Aleksey Avdeev
2013-04-09 10:32           ` Aleksey Avdeev
2013-04-10 18:04             ` Dmitry V. Levin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130410180416.GC12567@altlinux.org \
    --to=ldv@altlinux.org \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git