[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: /etc/shells management



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: pgpWo9_pje9l8.pgp
Description: PGP signature


Reply to: