Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: rmstarwait doesn't work for me
- X-seq: zsh-users 8904
- From: Christian Schneider <strcat@xxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: rmstarwait doesn't work for me
- Date: Mon, 23 May 2005 22:47:08 +0200
- In-reply-to: <20050523203224.GC7938@xxxxxxxxxxxx>
- Mail-followup-to: zsh-users@xxxxxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Organization: Born to frag.
- References: <20050523203224.GC7938@xxxxxxxxxxxx>
* Jens Kubieziel <maillist@xxxxxxxxxxxx> typed:
> in a german newsgroup there was a discussion about undeleting files and
> someone came up with zsh's option 'rmstarwait'. However I tried to
> 'setopt rmstarwait' and to delete a (previously copied) directory ('rm
> test/*'). It was deleted without any waiting or comments. Further
> testing gave me same results. What could be the problem here (zsh
> 4.2.5)?
I couldn't reproduce it.
,----
| [dope@painless:~]% zsh -f
| painless% setopt rmstarwait
| painless% rm /etc/*
| zsh: sure you want to delete all the files in /etc? (waiting ten
| seconds)
| [yn]? n
| painless% setopt
| interactive
| monitor
| norcs
| rmstarwait
| shinstdin
| zle
| painless% zsh --version
| zsh 4.2.5 (i686-pc-linux-gnu)
| painless%
`----
--
panic("sun_82072_fd_inb: How did I get here?");
linux-2.2.16/include/asm-sparc/floppy.h
Messages sorted by:
Reverse Date,
Date,
Thread,
Author