The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > UNIX Desktop 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 03-27-2007
subhrap.das subhrap.das is offline
Registered User
 

Join Date: Mar 2007
Posts: 1
append a line to the last line in a file

Suppose i have a file "xyz.txt" which contains

abcdef
ghijklm
nop



Now in want to add "qrst" to the last line such that the file becomes

abcdef
ghijklm
nopqrst


P.S:The o/p i need is
abcdef
ghijklm
nopqrst (and not) nop
qrst
Reply With Quote
Forum Sponsor