From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Problem to run shell-command Date: Wed, 25 Aug 2010 20:04:25 +0200 Message-ID: <9BEC66F3-9AFF-4AA8-B28C-F4F4D6C978AA@Web.DE> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1282759522 13571 80.91.229.12 (25 Aug 2010 18:05:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 25 Aug 2010 18:05:22 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Oleksandr Gavenko To: filebat Mark Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 25 20:05:19 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OoKLe-0004N3-MN for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Aug 2010 20:05:19 +0200 Original-Received: from localhost ([127.0.0.1]:55183 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OoKLe-0006nq-4J for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Aug 2010 14:05:18 -0400 Original-Received: from [140.186.70.92] (port=40127 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OoKL3-0006lj-6F for help-gnu-emacs@gnu.org; Wed, 25 Aug 2010 14:04:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OoKL1-0003k3-Q8 for help-gnu-emacs@gnu.org; Wed, 25 Aug 2010 14:04:40 -0400 Original-Received: from fmmailgate01.web.de ([217.72.192.221]:51560) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OoKL1-0003jg-IM for help-gnu-emacs@gnu.org; Wed, 25 Aug 2010 14:04:39 -0400 Original-Received: from smtp02.web.de ( [172.20.0.184]) by fmmailgate01.web.de (Postfix) with ESMTP id 414D9166A7C2A; Wed, 25 Aug 2010 20:04:27 +0200 (CEST) Original-Received: from [91.35.189.148] (helo=[192.168.1.2]) by smtp02.web.de with asmtp (WEB.DE 4.110 #24) id 1OoKKp-00059K-00; Wed, 25 Aug 2010 20:04:27 +0200 In-Reply-To: X-Mailer: Apple Mail (2.936) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX19//q1ZgJg9q24jbH3sPjU8fP4W68UTDbE+OUwD 8JIaBlgwtg5WbzubZ9EeEvUl00XF9TPvGD2wSaTKeNMF3KUWRz k5uR8WoErA+oxpTyX7TA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 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:74805 Archived-At: Am 25.08.2010 um 18:16 schrieb filebat Mark: > I am suspicious that shell-command of emacs doesn't support pipe, > thus the > two commands fail. Try this shell command: ls -lt1 | sort The output in *Shell Command Output* will be alphabetically sorted while ls produces a listing according to modification time. -- Greetings Pete Time is an illusion. Lunchtime, doubly so.