From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9571 invoked by alias); 15 Aug 2011 02:25:08 -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: 16240 Received: (qmail 5127 invoked from network); 15 Aug 2011 02:25:07 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.216.178 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=zsFrB4Rv4ipFEZ0aKmN1fpk4p6dOLOq4bNIFJe4t/tM=; b=MiIHqNPHAqcvqk7IJxDMWVAq8HgoLC5vUnaSTvsJQ33jatcv6bSJ3H3+k6yTDSWH6A r5gjoATsK0Va72ehdTDovMsxPiZrBS8s6FS0SDUM9yyc0BhQvmj7r3LZ04QUDgd9r/cW 5vtdp5Jgc8ARsE3Ab3N4wZ2e3sQJ8PMAzi/Tg= MIME-Version: 1.0 In-Reply-To: <20110815014137.GN20653@prunille.vinc17.org> References: <20110815014137.GN20653@prunille.vinc17.org> From: TJ Luoma Date: Sun, 14 Aug 2011 22:24:22 -0400 Message-ID: Subject: Re: `ls *(.)` shows "just files", what shows "just folders"? To: zsh-users@zsh.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On Sun, Aug 14, 2011 at 9:41 PM, Vincent Lefevre wrote= : > See "Glob Qualifiers" in the zshexpn man page. > Thanks to all=85 Not to be greedy, but is there a way to get the listing without the trailing "/"? (I mean, I know I can get rid of it using `| sed 's#/$##g'` or `| tr -d '\5= 7'`) TjL