Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pdmd

  1. pdmd

    Porting scripts from IRIX64 to SUNOS

    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 &quot;count is : $count&quot; (( count +=1 )) done

Part and Inventory Search

Back
Top