From owner-freebsd-questions@FreeBSD.ORG Wed Sep 22 15:33:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2142516A4CE for ; Wed, 22 Sep 2004 15:33:58 +0000 (GMT) Received: from aibo.runbox.com (aibo.runbox.com [193.71.199.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4FA743D1D for ; Wed, 22 Sep 2004 15:33:57 +0000 (GMT) (envelope-from klimenta@futurebit.com) Received: from [10.9.9.9] (helo=fetch.runbox.com) by bolivar.runbox.com with esmtp (Exim 4.24) id 1CA97z-0001bt-Ph for freebsd-questions@freebsd.org; Wed, 22 Sep 2004 17:33:55 +0200 Received: from [65.199.191.162] (helo=[10.74.35.20]) by fetch.runbox.com with asmtp (uid:202020) (Exim 4.24) id 1CA97z-0004Tx-Ap for freebsd-questions@freebsd.org; Wed, 22 Sep 2004 17:33:55 +0200 Message-ID: <41519AE0.7080904@futurebit.com> Date: Wed, 22 Sep 2004 11:31:44 -0400 From: Kliment Andreev User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions References: <4151998F.205@mykitchentable.net> In-Reply-To: <4151998F.205@mykitchentable.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Sender: 202020 Subject: Re: Find Command Syntax X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2004 15:33:58 -0000 Drew Tomlinson wrote: > I've also tried a combination of adding ()'s around the expression but > that hasn't worked either. What am I missing? Is this an appropriate > choice for what I want to do? Is there another command better suited > for this task? Use quotes "" # find . -name "aaa" -print differs from # find . -name aaa - print