Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Safety check before expanding globs?
- X-seq: zsh-users 16162
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Safety check before expanding globs?
- Date: Sat, 30 Jul 2011 00:41:01 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=h7faiYeDguZ7WZ//zcrwi2VXq9WGqDo9yxcszDDsr6w=; b=BWhR2m1SE4TT1jNmiHc7pnyndMg3I2Hd509NasDpuhm+A/DPf7F+MsJRead8SSLrUa HH6k/LjxaPDDb9CWQBPslVkLQ52BwzG9liTobcjB5Amsx+sw7ESI0t7OxUZiyjM0Utph iLUB92HN6coYwXXrzGPzyiSG1/YDYh0UEKAxg=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi all,
I regularly use
quux /foo/bar/*<tab>
to expand all files, do some modifications and then hit enter. Is
there any way to have zsh ask for confirmation (or require two tabs)
before expanding said list? Alternatively, is there a way to undo the
expansion?
Thanks,
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author