Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: "\rm -f" stops after the 1st glob not found
- X-seq: zsh-users 17930
- From: zzapper <david@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: "\rm -f" stops after the 1st glob not found
- Date: Fri, 16 Aug 2013 14:34:07 +0000 (UTC)
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Organization: rayninfo
- References: <CAMXWGTxJiYpsksFKfEi0=p+nj=O06YQorg3n5MOD8MpNxdQsjQ@mail.gmail.com>
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