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: How to list directories in eshell Date: Wed, 15 Oct 2008 12:12:52 +0200 Message-ID: <8F74FB42-9CD3-402A-978F-2254AD947B37@Web.DE> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1224065685 12388 80.91.229.12 (15 Oct 2008 10:14:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2008 10:14:45 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Lorenzo Isella" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 15 12:15:45 2008 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.50) id 1Kq3Ps-0005Th-NO for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Oct 2008 12:15:45 +0200 Original-Received: from localhost ([127.0.0.1]:58165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kq3Oo-0007Xt-1Z for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Oct 2008 06:14:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kq3OT-0007Xo-Tm for help-gnu-emacs@gnu.org; Wed, 15 Oct 2008 06:14:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kq3OS-0007Xc-U3 for help-gnu-emacs@gnu.org; Wed, 15 Oct 2008 06:14:17 -0400 Original-Received: from [199.232.76.173] (port=50877 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kq3OS-0007XZ-MA for help-gnu-emacs@gnu.org; Wed, 15 Oct 2008 06:14:16 -0400 Original-Received: from fmmailgate02.web.de ([217.72.192.227]:35741) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kq3OS-0006ge-38 for help-gnu-emacs@gnu.org; Wed, 15 Oct 2008 06:14:16 -0400 Original-Received: from smtp08.web.de (fmsmtp08.dlan.cinetic.de [172.20.5.216]) by fmmailgate02.web.de (Postfix) with ESMTP id 26B1EF3627D1; Wed, 15 Oct 2008 12:12:59 +0200 (CEST) Original-Received: from [91.35.198.145] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.109 #226) id 1Kq3NC-0000j8-00; Wed, 15 Oct 2008 12:12:59 +0200 In-Reply-To: X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1+1Lxd1i/CEvrwxyycW0DCN/lhxYlIwrB03k3Za QUSGGYVlBBh+MbciaZfenABy3cO/cJsLY0mmPdVPBQg7QdmNC0 JhqdBLZpTZKTGPK8N97A== X-detected-operating-system: by monty-python.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:58795 Archived-At: Am 15.10.2008 um 11:56 schrieb Lorenzo Isella: > Within bash, I can easily list the directories only within the current > directory by issuing for instance > > $ ls -d */ This is a malfunction in bash. 'ls -d' tells ls to list everything as =20= a directory. In tcsh your command works correctly, i.e., it lists all =20= visible entries as if they were directories. -- Greetings Pete If builders built buildings the way programmers write programs, then =20 the first woodpecker that came along would destroy civilization. =96 Weinberg's Second Law