View Single Post
  #2 (permalink)  
Old 7th April 2008, 07:53 PM
RamPD RamPD is offline
Junior Member
 
Join Date: Apr 2008
OS: Fedora
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
RamPD is on a distinguished road
Default

Hi here is some comman comands when using Vi text editor:
if you have to edit a file like ram.sh you put this command
$ vi ram.sh
now u can edit the file ...
if you want to creat a new file with vi in this case the file name is ram follow the steps i writing here:
$ vi ram
now it open text editor to insert the text esc+i
to save the text esc + : + w
to quit from text editor esc + : + q
Reply With Quote