Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: `ls *(.)` shows "just files", what shows "just folders"?
- X-seq: zsh-users 16240
- From: TJ Luoma <luomat@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: `ls *(.)` shows "just files", what shows "just folders"?
- Date: Sun, 14 Aug 2011 22:24:22 -0400
- 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=
- In-reply-to: <20110815014137.GN20653@prunille.vinc17.org>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CADjGqHvT1KXunrpCF2ssMLAkbF_ugw=MybzpqcAq3Zv9hHthKA@mail.gmail.com> <20110815014137.GN20653@prunille.vinc17.org>
On Sun, Aug 14, 2011 at 9:41 PM, Vincent Lefevre <vincent@xxxxxxxxxx> wrote:
> See "Glob Qualifiers" in the zshexpn man page.
>
Thanks to all…
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 '\57'`)
TjL
Messages sorted by:
Reverse Date,
Date,
Thread,
Author