From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lorenzo Isella" Newsgroups: gmane.emacs.help Subject: How to list directories in eshell Date: Wed, 15 Oct 2008 11:56:14 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1224064618 8824 80.91.229.12 (15 Oct 2008 09:56:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2008 09:56:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 15 11:57:58 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 1Kq38f-0000FD-3Q for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Oct 2008 11:57:57 +0200 Original-Received: from localhost ([127.0.0.1]:38043 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kq37a-0001cW-I3 for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Oct 2008 05:56:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kq375-0001c2-LH for help-gnu-emacs@gnu.org; Wed, 15 Oct 2008 05:56:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kq374-0001bW-BM for help-gnu-emacs@gnu.org; Wed, 15 Oct 2008 05:56:18 -0400 Original-Received: from [199.232.76.173] (port=60908 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kq373-0001bT-Nu for help-gnu-emacs@gnu.org; Wed, 15 Oct 2008 05:56:17 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.157]:12798) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kq372-00036V-VX for help-gnu-emacs@gnu.org; Wed, 15 Oct 2008 05:56:17 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so2109187fgb.30 for ; Wed, 15 Oct 2008 02:56:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=e7EjTgD9yrz69Y7uqIwrdMwmlq4XLpdkvf0HoDbIvHU=; b=H2SJGUax1fBP+6uPw8AIhT+yqCINvcRfbJ3sf9QsSU0OHsksJwXPOMGH0BzcYUEZLX A2n11gxcbcp9crsSwGrFtx6AEdrHp4kyriETCp7PhokEv1azIt/BZfYJip9LoxjTvMfV iOuQLV24FRejh36BI+neibTjg9iH3Rw3CYLVo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=LL52vPct/QVDlpnZiyiTLzS0DG0hthaKL4uOD+pqd3xcVQ87dhlYEcw+uQ2Bk/Wkph DAzTmrw3J4DTqSSwh5nBQr8uCbcvGdZIt/0SMeidtnSVdI+Zf+gKRD4uDNXqcqi2q5WS RLP7kve47+NXjqbwBMOk7vkFr5IQvfTo/A9OU= Original-Received: by 10.187.190.12 with SMTP id s12mr85305fap.21.1224064574880; Wed, 15 Oct 2008 02:56:14 -0700 (PDT) Original-Received: by 10.187.243.6 with HTTP; Wed, 15 Oct 2008 02:56:14 -0700 (PDT) Content-Disposition: inline X-Google-Sender-Auth: 9f53e7672851f595 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:58794 Archived-At: Dear All, Within bash, I can easily list the directories only within the current directory by issuing for instance $ ls -d */ However, the same command does not work in eshell (it returns both the directories and the files). So, what is the equivalent eshell command? Cheers Lorenzo