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
reading reading data from webpage phani_sree High Level Programming 3 11-01-2007 01:28 PM
Reading Data from Disk taordw SCO 2 07-25-2007 11:07 PM
Using loop reading a file,retrieving data from data base. Sonu4lov Shell Programming and Scripting 1 01-19-2007 03:38 AM
Column data reading FarhanNaseer Shell Programming and Scripting 1 09-19-2005 12:02 AM
Reading in data sets into arrays from an input file. sidamin810 Shell Programming and Scripting 5 07-06-2005 07:54 AM

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

Join Date: Oct 2007
Posts: 19
reading data from .ini file

Hi,

I have a sample data file that contains name-value pairs in it.

For example:
name1=value1
name2=value2
name3=value3
...
...
...

My concern is
1. How to get values of name1, name2, name3 using korn shell script?
2. I don't want to access each varible using $name1,$name2, $name3 but something in the form a list so that when i use for loop i can retrive those values.

Thanks for you help.
  #2 (permalink)  
Old 05-28-2008
ironmask2004 ironmask2004 is offline
Registered User
  
 

Join Date: May 2008
Posts: 6
try this

HTML Code:
for  var1 in `cut -f 2 -d "="  datafile.ini `
do
  
   echo $var1
   # put any commands here 
   # to manipulate the variable

done
....
  #3 (permalink)  
Old 06-02-2008
vinna vinna is offline
Registered User
  
 

Join Date: Oct 2007
Posts: 19
Thanks the code is executing fine according to my needs.
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 04:45 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