Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Can we have an additional output option for setopt?
- X-seq: zsh-users 16738
- From: Larry Schrof <larrys@xxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>, "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>
- Subject: Re: Can we have an additional output option for setopt?
- Date: Thu, 19 Jan 2012 18:37:25 +0000
- Accept-language: en-US
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fb.com; h=from : to : subject : date : message-id : in-reply-to : content-type : content-id : content-transfer-encoding : mime-version; s=facebook; bh=4ZJhnXQUtSG7OKLlygtvts6ar4q9ZQDy5BQDzWWK/Wg=; b=NQdNIaAi/lFQweLXbPan7ZYghGXLQOYXEv620asiWJm0e9puPAXS7QrXF1iWX0kL78rY fbuWHlztJcp1M0qxUd0XE9HtTdJHE2fYErm0EpphQ+F5VMSRsWn6pR5NyeWxHh1tqi0H qEXy68gwecA+Z3t9VcMaqLm15qXUW3mxyOE=
- In-reply-to: <120119094118.ZM32561@torch.brasslantern.com>
- 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
- Thread-index: AQHM1h6VQ2ChmHzLTEekbRazwP76AZYTJJaAgAFYYgD//4mSAA==
- Thread-topic: Can we have an additional output option for setopt?
Thanks everyone - this has all been helpful, and just what I need.
On 1/19/12 9:41 AM, "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx> wrote:
>On Jan 18, 10:08pm, Mikael Magnusson wrote:
>}
>} printf '%s\t%s\n' ${(kv)options
>
>Even better:
>
>printf '%-20s %s\n' ${(kv)options}
>
>--
>Barton E. Schaefer
Messages sorted by:
Reverse Date,
Date,
Thread,
Author