Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#95395: additions to the rm 10 second pause
- X-seq: zsh-workers 14137
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Rahul Jain <rahul@xxxxxxxx>, 95395@xxxxxxxxxxxxxxx
- Subject: Re: Bug#95395: additions to the rm 10 second pause
- Date: Fri, 27 Apr 2001 10:42:43 -0400
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <200104270259.f3R2xrax021179@xxxxxxxxxxxxxxxxxxxx>; from rahul@xxxxxxxx on Thu, Apr 26, 2001 at 09:59:52PM -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200104270259.f3R2xrax021179@xxxxxxxxxxxxxxxxxxxx>
> 'rm /' and 'rm -d' should also fall under the same category as 'rm *' with the
> 10 second pause feature.
Maybe this can be better solved by a mechanism that lets one define
a pattern to trigger a generic form of RM_STAR_WAIT or such.
e.g.
alias rm="panic-on --pattern '*-d*' -- rm"
Or is there value in adding these to execcmd?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author