The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
How to store values into variable in perl chittiprasad15 Linux 3 05-07-2008 09:21 PM
can array store float point numbers naree SUN Solaris 1 03-05-2008 02:59 AM
split varibles and store fields into shell varible array gratus Shell Programming and Scripting 3 10-11-2007 11:50 AM
how do I store the values in array using shell krishna UNIX for Advanced & Expert Users 2 08-17-2001 06:49 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-22-2008
Registered User
 

Join Date: Oct 2007
Posts: 61
Stumble this Post!
How to store the values in a file into an array

Hi,

I do have a file and the contents are as follws:

10
20
30
40
50

Now I want to store those values into an array. How can be done this ??
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 01-22-2008
Registered User
 

Join Date: Dec 2005
Posts: 74
Stumble this Post!
write a perl script

Rakesh UV
Reply With Quote
  #3 (permalink)  
Old 01-22-2008
Registered User
 

Join Date: Mar 2007
Location: Chennai
Posts: 222
Stumble this Post!
Please try this,

Code:
#!/bin/ksh
set -A array $(</tmp/YourInput)
echo ${array[*]}
echo "Total array elements :" ${#array[*]}
Thanks
Nagarajan G
Reply With Quote
  #4 (permalink)  
Old 01-22-2008
Registered User
 

Join Date: Oct 2007
Posts: 61
Stumble this Post!
Smile

Thank you .. Its working ...
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 12:34 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0