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 12-16-2007
felixwhoals felixwhoals is offline
Registered User
 

Join Date: Dec 2007
Posts: 18
Add line command

What command should I use to add a line after a text?
I don't want to do it in vi.
echo ra > na
echo ras >> na
when I type cat na, it displays
ra
ras

How can I display it:
ra

ras
With a line in between without using any text editor
Reply With Quote
Forum Sponsor