Why won't the following script run on a Sun operating system when it will on an IRIX64?
#! /usr/bin/sh
integer count=1
while (( count <= 9 ))
do
print "count is : $count"
(( count +=1 ))
done
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.