From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 24 Dec 2002 20:40:08 +0300 From: Alexey Tourbin To: ALT Devel discussion list Message-ID: <20021224174008.GA13137@ungrund> Mail-Followup-To: ALT Devel discussion list References: <20021223151354.GA23652@ungrund> <20021223151832.GB1143@basalt.office.altlinux.ru> <20021224161104.GA661@ungrund> <20021224173128.GA10912@basalt.office.altlinux.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yrj/dFKFPuw6o+aM" Content-Disposition: inline In-Reply-To: <20021224173128.GA10912@basalt.office.altlinux.ru> Subject: [devel] Re: find retval Sender: devel-admin@altlinux.ru Errors-To: devel-admin@altlinux.ru X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: devel@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: List-Post: --yrj/dFKFPuw6o+aM Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Tue, Dec 24, 2002 at 08:31:28PM +0300, Dmitry V. Levin wrote: > On Tue, Dec 24, 2002 at 07:11:04PM +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]$ [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]$ [at@ungrund elinks-0.4.0]$ -- WBR, Alexey Tourbin BIOZAK Ltd., Russia --yrj/dFKFPuw6o+aM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+CJv3fBKgtDjnu0YRAjULAKCTGYmtcetgDLmwXwDA4fugl6CfBQCgpJkE cN23GQ33gWZi3IkrRWQimGk= =i4IO -----END PGP SIGNATURE----- --yrj/dFKFPuw6o+aM--