Date: Fri, 27 Sep 2002 14:52:54 +0200 From: Roman Neuhauser <neuhauser@bellavista.cz> To: freebsd-questions@FreeBSD.ORG Subject: Re: find case-insensitive challenge Message-ID: <20020927125254.GY30361@freepuppy.bellavista.cz> In-Reply-To: <200209271236.g8RCam6m036122@lurza.secnetix.de> References: <20020923082704.GR30361@freepuppy.bellavista.cz> <200209271236.g8RCam6m036122@lurza.secnetix.de>
next in thread | previous in thread | raw e-mail | index | archive | help
# olli@secnetix.de / 2002-09-27 14:36:48 +0200: > Roman Neuhauser <neuhauser@bellavista.cz> wrote: > > you can save the grep with > > % find foo -type f -iname '*.jpg' | xargs ... > > The problem with that is that it's not portable. I try > to avoid getting used to such non-portable features. > Typing an extra grep is faster than using -iname and > then finding out that it's not working on Solaris. ;-) have you tried bugging Sun? ;) -- begin 666 nonexistent.vbs FreeBSD 4.7-RC 2:52PM up 9 days, 22:07, 12 users, load averages: 0.01, 0.10, 0.08 end To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020927125254.GY30361>