Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Fwd: Problem with RM_STAR_WAIT
- X-seq: zsh-workers 32022
- From: İsmail Dönmez <ismail@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Fwd: Problem with RM_STAR_WAIT
- Date: Tue, 19 Nov 2013 14:04:23 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=donmez.ws; s=www; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=+77RbxH5Fpg/VD2mQTOFU8trh20HjAYIMpe8E5BNuDg=; b=fRWbFAB6LcKrNTKwop4ckObRRj71kV+pAGtQXmyT+HlPA8D2GxJf62kEWh3N0LAwyx JqezVnWxn+zfgA4PPHvTWO6TlpZ1fZx8ajroe9+C9Oux3kNelrlEo2Yle0XF5Zmr5QgQ p8lNmTL24tev97/oUdt0yktBb/DtnTPTXWylk=
- In-reply-to: <CAJ1KOAgAQnzge0v02b8KxW8uL3F4T9hxi4kaS5Ws7UKVjX8O-Q@mail.gmail.com>
- 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
- References: <CAJ1KOAgAQnzge0v02b8KxW8uL3F4T9hxi4kaS5Ws7UKVjX8O-Q@mail.gmail.com>
Probably this is more important for zsh-workers list.
---------- Forwarded message ----------
From: İsmail Dönmez <ismail@xxxxxxxxx>
Date: Thu, Nov 14, 2013 at 1:59 PM
Subject: Problem with RM_STAR_WAIT
To: zsh-users@xxxxxxx
[/havana/t/z]> setopt RM_STAR_WAIT
[/havana/t/z]> touch a b c d e
[/havana/t/z]> rm *
zsh: sure you want to delete all the files in /havana/t/z? (waiting ten
seconds)^C
[yn]? y
[/havana/t/z]> ls
a b c d e
After CTRL-C I think zsh should just stop processing and don't ask the
yes/no, because entering 'y' here has no effect.
Also, is there a way to change the time interval (default is 10 seconds) ?
Regards,
ismail
Messages sorted by:
Reverse Date,
Date,
Thread,
Author