help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: shell quoting


From: bhenz
Subject: Re: shell quoting
Date: Wed, 8 Mar 2006 18:02:08 -0500


I would normally issue the command as...

find . -name \*cpp

... as for your actual question about how it works... I just stumble through with a combination of "", {}, '', and \.  

But I realize that's probably not the most effective method.    :-(

Bob



"Florian Kaufmann" <sensorflo@gmail.com>
Sent by: help-gnu-emacs-bounces+bhenz=lexmark.com@gnu.org

03/08/2006 04:28 PM

       
        To:        help-gnu-emacs@gnu.org
        cc:        
        Subject:        shell quoting



Hello

Can anyone direct me to information how quoting works in
(shell-command) and (shell). I am used to bash. For example I entered,
as I would in bash

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

I have the GNU Emacs Manual 21.2, but coudnt find anything.

Thank you

Florian Kaufmann

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]