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

Re: "\rm -f" stops after the 1st glob not found



Leonardo Barbosa <barbosa.leonardo@xxxxxxxxx> wrote in 
news:CAMXWGTxJiYpsksFKfEi0=p+nj=O06YQorg3n5MOD8MpNxdQsjQ@xxxxxxxxxxxxxx:

> Hello all,
> 
> I'm sure that's a simple questions, but the keywords are so common
> that i couldn't find the answer by googling them.
> 
> My problem is this, when i type:
> 
> \rm -f *.aux *.blg *.out *.ps *.log *.toc *.tcp *.idx *.bak *.tps
> *.ilg *.ind *.sty *.bst *.bbl
> 
> zsh stops in the first glob it doesn't find. How could i fix this?
> 
I have the following but it doesn't or no longer works??

ls *.{jpg,gif}(.N) # do not break if one or other image type absent


zzapper




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