Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[[ and [
- X-seq: zsh-users 16822
- From: sergio <mailbox@xxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: [[ and [
- Date: Sun, 04 Mar 2012 06:36:00 +0400
- 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
Hello.
It's dumb question, but I can't find this in man.
What it the difference between [[ ]] and [ ]?
if [[ ]]; then ... fi
and
if [ ]; than ... fi
OK, the first is an evaluating of the conditional expression, and what
is the second?
--
sergio.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author