On Sun, Sep 07, 2003 at 10:23:15AM -0500, Branden Robinson wrote:
> if [ -n "$var" ]; then
> fi
Just of out curiosity, is this in any way different from the shorter:
if [ "$var" ]; then 
fi
 -- Guido

Attachment: pgpeYjAwFH0tB.pgp
Description: PGP signature



Reply via email to