Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: rm -r
- X-seq: zsh-users 2792
- From: fg <francis@xxxxxxxxxxxxxxxx>
- To: Andre Pang <andrep@xxxxxxxxxxx>
- Subject: Re: rm -r
- Date: 21 Dec 1999 19:52:29 +0100
- Cc: Claus Alboege <tractrix@xxxxxxxxxx>, zsh-users@xxxxxxxxxxxxxx
- In-reply-to: Andre Pang's message of "Wed, 22 Dec 1999 01:31:28 +1100"
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <385E4BD6.7835A11@xxxxxxxxxx> <m27li91srf.fsf@xxxxxxxxxxxxxxxxxxxx> <19991222013128.B2262@xxxxxxxxxxxxxxxxx>
- Sender: fg@xxxxxxxxxxxxxxxxxxxx
Andre Pang <andrep-ml@xxxxxxxxxxx> writes:
>
> rm -f **/*.o(^/) will work if you've doing 'setopt EXTENDED_GLOB', too.
> (That'll remove all files which end in .o recursively, and exclude all *.o
> files which are directories).
>
Gee, this makes me look at "find" like an easy-to-use program ;)
BTW, whats the argument limit for zsh?
--
fg
# rm *;o
o: command not found
Messages sorted by:
Reverse Date,
Date,
Thread,
Author