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

Re: rm -r



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