[CentOS] Question about Shell Script.

Fri Jan 30 18:59:47 UTC 2009
R P Herrold <herrold at centos.org>

On Fri, 30 Jan 2009, Filipe Brandenburger wrote:

> This is wrong, should be [ $NUMBEROFPRO -gt 150 ] instead.

or for those who are used to being burned:

      [ 0$NUMBEROFPRO -gt 150 ]

-- Russ herrold