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 17932
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: "\rm -f" stops after the 1st glob not found
- Date: Fri, 16 Aug 2013 21:13:20 -0700
- In-reply-to: <XnsA21E9E653B4F5davidrayninfocouk@80.91.229.13>
- 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
- References: <CAMXWGTxJiYpsksFKfEi0=p+nj=O06YQorg3n5MOD8MpNxdQsjQ@mail.gmail.com> <XnsA21E9E653B4F5davidrayninfocouk@80.91.229.13>
On Aug 16, 2:34pm, zzapper wrote:
}
} 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
"Doesn't" in what way?
If you do that in a directory that has *neither* .jpg *nor* .gif files,
"ls" will be invoked with no arguments. Might that be what happened?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author