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

[[ and [



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