The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-17-2006
tipsy tipsy is offline
Registered User
  
 

Join Date: Jun 2006
Posts: 35
Thumbs up Looping thru tab delimited data

Hello people,
Can you please tell me how to loop thru the contents of a variable having tab delimited data using for loop in KSH.

For example:
data1 data2 data3 data4

How can I access the above data in a for loop? Please let me know. Thanks.

Regards,
T.