Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: list last modified files
Bart Schaefer wrote:
> [...]
Thank you for very detailed explanation!!!
> The ":" doesn't work because you've used it as the delimiter for the
> (e:...:) qualifier.
It's a shame I didn't notice that. It's so obvious now.
> for f; do
And I've learnt on the occasion that 'for' loops over positional
parameters by default,
BTW, what is 'in'?
$ type for in do done
for is a reserved word
in not found
do is a reserved word
done is a reserved word
Messages sorted by:
Reverse Date,
Date,
Thread,
Author