Hi,

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

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

HTH,
Filipe
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to