The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 09-04-2007
fazliturk fazliturk is offline
Registered User
 

Join Date: Aug 2007
Posts: 45
check $split where it comes from.

let "i=$i+1" is true there is no need to check expr or etc.
and addition let "i=$i+1" is not dependent on a line of code before it. So it must be to possibilities

1. it is not a infinite loop it is waiting on a line before let
2. if it is $split is empty or something else what you expected
Reply With Quote