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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-29-2006
preethgideon preethgideon is offline
Registered User
 

Join Date: Jun 2006
Posts: 58
How to apply the awk commnad ?

Hi,
I have a file and the contents of the file is say
World
World
World
Now i need to append some more words in each of the line and the the output of the file should like the one below
Will India win the World Cup?
Will India win the World Cup?
Will India win the World Cup?

How can this be done using awk command.?
Reply With Quote
Forum Sponsor