On Tue, 17 Jul 2007 16:35:03 +0200, "Paul de Weerd"
said:
[[ is not listed in sh(1) because this construct doesn't exist in sh(1).
There is a difference in the [[ construct in ksh. Read man ksh(1).
Most significantly;
o Field splitting and file name generation are not per-
formed on arguments.
o The second operand of the `!=' and `=' expressions are
patterns (e.g. the comparison [[ foobar = f*r ]] suc-
ceeds).