[CentOS] Question about Shell Script.

Filipe Brandenburger filbranden at gmail.com
Fri Jan 30 16:30:11 UTC 2009


Hi,

On Fri, Jan 30, 2009 at 08:40, Semih Gokalp <semihgokalp at gmail.com> wrote:
> if [ $NUMBEROFPRO > 150 ]

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

HTH,
Filipe



More information about the CentOS mailing list