Mainos / Advertisement:

Vi

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
Tämä on käännetty versio sivusta Vi, ja käännös on 100 % valmis.

Muut kielet:
English • ‎suomi

Vi is a commonly used text editor for Linux and comes installed by stock in various Linux based operating systems.

Basic commands

Open the vi text editor using the command

 vi 
 vi file

In most cases the file will be opened in read state. You can access the write state with:

 i

Save file:

 ESC and then :w

Close file without saving:

 ESC and then :q

Close file and save:

 ESC and then :wq
Mainos / Advertisement: