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" 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