Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: OT: Bash 3.0 Released
- X-seq: zsh-users 7787
- From: DervishD <raul@xxxxxxxxxxxx>
- To: Felix Rosencrantz <f_rosencrantz@xxxxxxxxx>
- Subject: Re: OT: Bash 3.0 Released
- Date: Thu, 29 Jul 2004 18:09:56 +0200
- Cc: zsh-users <zsh-users@xxxxxxxxxx>
- In-reply-to: <20040729154631.96457.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
- Mail-followup-to: Felix Rosencrantz <f_rosencrantz@xxxxxxxxx>, zsh-users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: Pleyades
- References: <20040729154631.96457.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
Hi Felix :)
* Felix Rosencrantz <f_rosencrantz@xxxxxxxxx> dixit:
> Major new features from that posting:
[...]
Is any of them interesting? Bash is a quite good shell (I've been
using it for years until I discovered Zsh), but all new features of
Bash have been in zsh for a (long?) time.
> o A new `pipefail' option causes a pipeline to return a failure status if
> any command in it fails
Good. I prefer the usual behaviour, because that way you can
'hid' any error value in a pipeline if you want. But it can be a good
option to have if you do a lot of scripting involving long pipelines
whose last commands can be successful thus hiding errors.
> o The `jobs', `kill', and `wait' builtins now accept job control notation
> in their arguments even if job control is not enabled
That's nice :))
Thanks for pointing. Is good to see that Bash is getting better.
Is good to see that any free software goes better :)
Raúl Núñez de Arenas Coronado
--
Linux Registered User 88736
http://www.pleyades.net & http://raul.pleyades.net/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author