From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: shell quoting Date: Thu, 09 Mar 2006 00:24:40 +0200 Message-ID: References: <1141853301.042091.314150@i40g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1141856732 24472 80.91.229.2 (8 Mar 2006 22:25:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Mar 2006 22:25:32 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 08 23:25:26 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FH75S-0004Jn-OR for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Mar 2006 23:24:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FH75S-0005q7-66 for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Mar 2006 17:24:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FH75D-0005eS-Pl for help-gnu-emacs@gnu.org; Wed, 08 Mar 2006 17:24:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FH75C-0005Sf-CX for help-gnu-emacs@gnu.org; Wed, 08 Mar 2006 17:24:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FH75C-0005RV-5K for help-gnu-emacs@gnu.org; Wed, 08 Mar 2006 17:24:38 -0500 Original-Received: from [192.114.186.17] (helo=gandalf.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FH787-00060f-NN for help-gnu-emacs@gnu.org; Wed, 08 Mar 2006 17:27:39 -0500 Original-Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id ICF02113; Thu, 9 Mar 2006 00:24:36 +0200 (IST) Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-165-116.inter.net.il [84.228.165.116]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CVX26422 (AUTH halo1); Thu, 9 Mar 2006 00:24:34 +0200 (IST) Original-To: help-gnu-emacs@gnu.org In-reply-to: <1141853301.042091.314150@i40g2000cwc.googlegroups.com> (sensorflo@gmail.com) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33659 Archived-At: > From: "Florian Kaufmann" > Date: 8 Mar 2006 13:28:21 -0800 > > find . -name '*cpp' > But then I get > File not found - '*cpp' > > If I omit the ' it doesn't really get better. The answer now is > FIND: Parameter format not correct This message comes from find.exe which is part of MS-Windows and is incompatible with GNU Find. The Windows find.exe is something like Grep (type "find /?" for more info). In other words, check your PATH: you are getting the wrong executable.