Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
%? glob hack
- X-seq: zsh-workers 33850
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: %? glob hack
- Date: Fri, 5 Dec 2014 08:46:57 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=AUieqFlyf4UOwcf/1In/8kSVY75egiusoTaXg9XOoGY=; b=leH2oTNpbGszfZnz8bzAq40fopQ5HW9GVCmbl9sgglwfsxBy6VSxr1urQtovfmIb0e sp9FOuGWdKOvaTqFLv8xHSpYRAX4pe+njKh3977f69MuX4dhtBMzWmV7tUK/3WS07goA Pt7bhtgWtPp93pEUuApP8S+OH4nehz9TVEiYH+PsYX3NoQN6AOAldIAvFi+a9UXlAQP5 iYsot4UTYR76ceIcOoZ1zkqdOx6enTM+j6amL9ksJof1erU8jBgux3gdgbwcrMPyLQ3r onZrMzz7DFzyyvojyL+Tu2fY1LqNdfmBrK3UM7XgNHskdIxTNcVCOq9vo5F3AuRWh3Rg lEUQ==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
There's some code that makes %? not treat the ? as a wildcard because
it's job string lookup syntax, however I feel like that's not really
necessary? If someone really uses that a lot and is bothered by having
to quote the ?, they could just alias fg/bg to noglob fg/bg, or use
whatever the bash-esque option to keep failed globs is called. Or am I
missing something here?
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author