The UNIX and Linux Forums  

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 -->
  #7 (permalink)  
Old 08-20-2008
protargol protargol is offline
Registered User
  
 

Join Date: Aug 2008
Posts: 1
easier way

awk '{ print "value is","'\''" $2 "'\''" }' input.txt

does the same thing but may be easier to understand