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

Re: rm -r



> Could anyone tell me a way to make the following work from a z-shell:
> 
> rm -rf *.o (this dosn't work)
> 
> What I want is to remove all .o files recursive , but the "-r switch" in
> the above isn't a correct way to do it.

rm -f **/*.o
might work a little better



Messages sorted by: Reverse Date, Date, Thread, Author