[NBLUG/talk] shell scripting help

Lincoln Peters anfrind at gmail.com
Tue Jun 10 15:05:14 PDT 2008


On Tue, Jun 10, 2008 at 1:46 PM, Sean <seanvanco at gmail.com> wrote:
> while [ loops != 180 ]

Try this:
while [ loops -ne 180 ]

I don't know why you need to use that notation, but at least it seems to work.


-- 
Lincoln Peters
<anfrind at gmail.com>



More information about the talk mailing list