ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: [devel] Re: find retval
Date: Tue, 24 Dec 2002 20:57:49 +0300
Message-ID: <20021224175749.GB11111@basalt.office.altlinux.ru> (raw)
In-Reply-To: <20021224174008.GA13137@ungrund>

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

On Tue, Dec 24, 2002 at 08:40:08PM +0300, Alexey Tourbin wrote:
> > > Ещё один вопрос по find: хорошо ли, что две следующие команды работают
> > > совершено по-разному?
> > > 
> > > find contrib     -name CVS -o -name 'Makefile*'
> > > find contrib '(' -name CVS -o -name 'Makefile*' ')'
> > 
> > Что значит "по-разному"?
> 
> Теперь уже и сам не понимаю. :(
> Наткнулся на проблему c -print0.
> 
> [at@ungrund elinks-0.4.0]$ find contrib     -name CVS -o -name 'Makefile*' -print0
> contrib/Makefilecontrib/Makefile.amcontrib/Makefile.in[at@ungrund elinks-0.4.0]$

Это выражение эквивалентно
$ find contrib -name CVS -o '(' -name 'Makefile*' -print0 ')'

> [at@ungrund elinks-0.4.0]$ find contrib '(' -name CVS -o -name 'Makefile*' ')' -print0
> contrib/CVScontrib/lua/CVScontrib/lua/lua/CVScontrib/conv/CVScontrib/conv/conv/CVScontrib/Makefilecontrib/Makefile.amcontrib/Makefile.in[at@ungrund elinks-0.4.0]$

Если все ещё непонятно, напишите мне лично, я расскажу. :)


--
ldv

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

      reply	other threads:[~2002-12-24 17:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-23 15:13 [devel] " Alexey Tourbin
2002-12-23 15:18 ` Dmitry V. Levin
2002-12-24 16:11   ` [devel] " Alexey Tourbin
2002-12-24 17:31     ` Dmitry V. Levin
2002-12-24 17:40       ` Alexey Tourbin
2002-12-24 17:57         ` 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=20021224175749.GB11111@basalt.office.altlinux.ru \
    --to=ldv@altlinux.org \
    --cc=devel@altlinux.ru \
    /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