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 05-12-2008
er_ashu er_ashu is offline
Registered User
 

Join Date: Apr 2007
Posts: 44
How to append a semcolon to every record in a file?

Hi,

If a file is like

123
456
894
568
234

and the desired o/p is

"123"
"456"
"894"
--

--

How can it be done?

Please advise.
Reply With Quote
Forum Sponsor