Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
'for' sorted?
- X-seq: zsh-users 28116
- From: Ray Andrews <rayandrews@xxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: 'for' sorted?
- Date: Thu, 22 Sep 2022 08:19:44 -0700
- Archived-at: <https://zsh.org/users/28116>
- List-id: <zsh-users.zsh.org>
for var in /dev/sd*; do
...
Apart from capturing the output and then sorting it, is is possible for
'for' to go thru the input in a sorted way? I doubt it but she moves in
mysterious ways so it might just be doable.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author