On Wed, Sep 15, 2010 at 1:56 PM, Mikhail Gusarov wrote: > > $ echo $a > > $ [ zz = $a ] No problem with quotes, you can even put it the intuitive way with the variable first: $ [ "$a" = "zz" ]