From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "md3bs" Newsgroups: gmane.emacs.help Subject: Running find in the shell-command Date: Tue, 17 Oct 2006 14:01:41 +0100 Organization: University of Hertfordshire Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1161096094 14129 80.91.229.2 (17 Oct 2006 14:41:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Oct 2006 14:41:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 17 16:41:33 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 1GZq7E-0005Em-PX for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Oct 2006 16:40:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZq7A-0004iI-Br for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Oct 2006 10:40:20 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!kanaga.switch.ch!switch.ch!ecngs!feeder2.ecngs.de!212.23.6.68.MISMATCH!zen.net.uk!hamilton.zen.co.uk!feed4.jnfs.ja.net!feed2.jnfs.ja.net!jnfs.ja.net!news.herts.ac.uk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 7 Original-NNTP-Posting-Host: vsg.feis.herts.ac.uk X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2869 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Original-Xref: shelby.stanford.edu gnu.emacs.help:142473 Original-To: help-gnu-emacs@gnu.org 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:38095 Archived-At: How do I delimit the following code so it will work in shell-command M-! find . -maxdepth 1 -name "*.php" -exec ls -ld {} \;