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 -->
  #4 (permalink)  
Old 11-27-2007
Nafanja's Avatar
Nafanja Nafanja is offline
Registered User
 

Join Date: Nov 2007
Location: UK
Posts: 9
Quote:
Originally Posted by bhargav View Post
What type of problem you have encountered with 'vi' ?
The main problem i'm having with vi is, that i understand how to open a file on specific line, the thing I don't get is how to save the changes. For example, I've been trying to do something like this.
Code:
vi +5n myfile
:i 
"Insert some text"
:w
:q
As I said, it only opened editor in Insert mode.
It's probably silly me
I've tried to use sed, and it helped, although that was the code I've found on Internet, but I don't understand completely the meaning of criterias yet.
p.s. I've managed to solve the given example using temp file, which is being an absolutely time and space consuming solution....
Reply With Quote