Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: newline grief
- X-seq: zsh-users 23120
- From: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: newline grief
- Date: Sat, 10 Feb 2018 19:54:50 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=ZGrK/x Lw42EnNaMkF1imPTlWopfxqSlga/uKnfkIUpU=; b=QSuMEkP4Q46AVV09vzYczY 5trk02OZXrSg2oWk1GXKlW+98DhX7mH+y0RjajZqv/ZWA58j+gK4B2S0i/XZWJKy mNB1npjw4b3idOjIeUJOUgWsfqQjenQUSr4XEM0jFCctVn+uY8BPuoQqaRt94U7f Y9m6mRa6UmVmqQWR0yvttsJpxXyRpcilWRPO3BzUFoYSGGflkdSQNiCWzdwC+0uV wXf18UhOJl+UCu0uXvIt8Q7RAdAJ8v58W45xY4ONzHmqwwRndX7mfY33aw4YQn6N NuqvBPde09gt+A4oL+3ff7NN1aD2UGBjUnquubSrI7k1olVy1ybRaLlk/b0Wb29w ==
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=ZGrK/x Lw42EnNaMkF1imPTlWopfxqSlga/uKnfkIUpU=; b=aYlRb6OrO95s6R/YRa931Q T7Bjw40ytwjseHOoUSbHAB1ZAiZE4Z1MsmzWWeX7y5lT4D1VSvkrUbeEafa9X+6F u+7ZLPnLEAi3oz67RbFeVHM6OF0mJPCb1opXw9JschxygzYdk2/l3nrNV1VTxWbO NUZrQ5FzeqT5VnGOw3alEBFBG1rhfmXd3mArDwfSgoAZscBQL7C8KyATfJ8oWIfa 6FrVngYhJwJwb4w+MDSVr/QQ5Iw6SMJyVR/mPvphpw2l9iv5xYtjbGnfroO81Yol Gz5zns3o8YmsPatGhJbLnj5cGSTJ5M2JQbV1FukcfCR5FC39XNL0484fiNimlzaA ==
- In-reply-to: <e85defb8-e026-2232-33bd-20deb36f330c@gmx.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>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <03c557f4-e55e-f33d-6875-fedbb99212b8@eastlink.ca> <e85defb8-e026-2232-33bd-20deb36f330c@gmx.com>
Eric Cook wrote on Sat, 10 Feb 2018 14:46 -0500:
> for aa in "${(f)$(typeset -m 'var*')}"; do
There's an API for this information:
for parameter_name in ${(k)parameters[(I)var*]} ; do
Messages sorted by:
Reverse Date,
Date,
Thread,
Author