Jun 13, 2005 #1 arcnon Programmer Aug 12, 2003 242 US Is this looping while the line is less than 2358? If not what is it doing? Code: while ( [ $((loop)) -lt 2358 ] ) do ... done any help would be appreciated
Is this looping while the line is less than 2358? If not what is it doing? Code: while ( [ $((loop)) -lt 2358 ] ) do ... done any help would be appreciated
Jun 13, 2005 #2 PHV MIS Nov 8, 2002 53,708 FR Seems that loop is a counter. In the do ... done body you must see some calculation with this variable. Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
Seems that loop is a counter. In the do ... done body you must see some calculation with this variable. Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886