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



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Storing Multiple Values in a Variable sandeep_1105 UNIX for Dummies Questions & Answers 1 03-03-2009 01:10 AM
Storing Command Line Values yoursdavinder Shell Programming and Scripting 3 01-30-2009 07:33 AM
storing records in awk array npatwardhan Shell Programming and Scripting 3 01-05-2009 07:17 PM
storing variables in array.Please help nua7 Shell Programming and Scripting 7 07-17-2008 09:47 AM
Storing values in variable matrixmadhan Shell Programming and Scripting 1 04-01-2005 01:56 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 05-07-2009
KiranKumarKarre KiranKumarKarre is offline
Registered User
  
 

Join Date: Apr 2009
Posts: 62
storing values in a list or array

i have a file called file.txt having the following entries.
2321
2311
2313
4213

i wnat to store these values in a list and i want to iterate the list using loop and store it in another list
  #2 (permalink)  
Old 05-08-2009
devtakh devtakh is offline
Registered User
  
 

Join Date: Oct 2007
Location: Bangalore
Posts: 514
Code:
i=0;
while read line; 
do a[$i]=$line;
echo ${a[$i]};
i=$(( i+1 )); 
done <file

for (( j=0;j<= ${#a[@]};j++));
do 
b[$j]=${a[$j]};
echo ${b[$j]}; 
done

cheers,
Devaraj Takhellambam
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 11:56 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0