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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 01-29-2008
nishanth hampal nishanth hampal is offline
Registered User
  
 

Join Date: Jan 2008
Posts: 4
The config file looks like below:

# This is the properties file which has the Hostaddress,instancecount,username and the password

HOST_ADDRESS = 180.144.226.47,180.144.226.35
USERNAME = pwdfre,kjhy
PASSWORD = hgfre,loiuy
INSTANCE_COUNT = 3,8

The individual entries i have to store in an array and then do operations on that.