From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6615 invoked by alias); 15 Aug 2011 01:41:40 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16236 Received: (qmail 27874 invoked from network); 15 Aug 2011 01:41:39 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at vinc17.net does not designate permitted sender hosts) Date: Mon, 15 Aug 2011 03:41:37 +0200 From: Vincent Lefevre To: zsh-users@zsh.org Subject: Re: `ls *(.)` shows "just files", what shows "just folders"? Message-ID: <20110815014137.GN20653@prunille.vinc17.org> Mail-Followup-To: zsh-users@zsh.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Mailer-Info: http://www.vinc17.net/mutt/ User-Agent: Mutt/1.5.21-6194-vl-r44775 (2011-07-13) On 2011-08-14 21:08:39 -0400, TJ Luoma wrote: > Somewhere along the way I learned that > > ls *(.) > > will tell 'ls' to only show files (not links, not directories) > > Is there a similar command which would show _only_ directories? ls -- *(/) See "Glob Qualifiers" in the zshexpn man page. -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)