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 > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 03-17-2006
gauravgoel gauravgoel is offline
Registered User
  
 

Join Date: Dec 2005
Location: India
Posts: 218
Hi All,
vgersh and ygor thanks a lot for the help, both the above things are working perfectly fine.

Hugow thanks a lot for your time, the awk syntax which I will be using now is

Quote:
awk -v q="'" '{print "value is" q $2 q}' inputfile
or
Quote:
awk '{print "value is \x27" $2 "\x27"}' inputfile
Thanks and regards,
Gaurav