Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Does zsh have an equivalent to the shopt command ?
- X-seq: zsh-users 10533
- From: Jean-Rene David <jrdavid@xxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Does zsh have an equivalent to the shopt command ?
- Date: Wed, 19 Jul 2006 14:06:57 -0400
- In-reply-to: <96c45c490607190944n5dabb6acwffe9f4255f9a0d7@xxxxxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <96c45c490607190944n5dabb6acwffe9f4255f9a0d7@xxxxxxxxxxxxxx>
* Sean [2006.07.19 12:45]:
> zsh chokes on this line in a script:
>
> shopt -s extglob
>
> Is there an alternative for use in zsh ?
setopt extendedglob
--
JR
Messages sorted by:
Reverse Date,
Date,
Thread,
Author