Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jul 2003 17:33:32 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Peter Rosa <prosa@pro.sk>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: Problem with periodically done scripts
Message-ID:  <20030725223332.GC2484@dan.emsphone.com>
In-Reply-To: <037d01c352fc$67001240$3501a8c0@pro.sk>
References:  <20030725222200.GA2484@dan.emsphone.com> <037d01c352fc$67001240$3501a8c0@pro.sk>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Jul 26), Peter Rosa said:
> And what's wrong on [ 0 -gt 0 -a -lt 0].

-lt needs a number in front of it, since it does a less-than comparison.

> > > Could you, please, explain the following line: [ $n -gt 0 -a $rc -lt 1 ]

... which means that $rc is probably empty.

-- 
	Dan Nelson
	dnelson@allantgroup.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030725223332.GC2484>