Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: rmstarwait doesn't work for me



* 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