The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Add line command
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Add line command
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
1
(
permalink
)
12-16-2007
felixwhoals
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
Remove advertisements
Forum Sponsor
felixwhoals
View Public Profile
Find all posts by felixwhoals