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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-17-2008
satish@123 satish@123 is offline
Registered User
 

Join Date: Mar 2007
Posts: 32
Post retrive value from a file

hi
i am new to shell scripting

i have a properties file like
hs=abc
hs1=def
hs2=ghi

now i want to retrive each value and assign it to a variable
like var1 = abc

please help
Reply With Quote
Forum Sponsor