Mainos / Advertisement:

Ero sivun ”Vi/en” versioiden välillä

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
(Ak: Uusi sivu: == Basic commands ==)
(Ak: Uusi sivu: Open the vi text editor using the command)
Rivi 4: Rivi 4:
 
== Basic commands ==
 
== Basic commands ==
  
Avaa Vi tekstieditori komennolla
+
Open the vi text editor using the command
  
 
   vi  
 
   vi  

Versio 23. heinäkuuta 2015 kello 07.45

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 "tiedosto"

Tiedosto avautuu yleensä lukutilaan. Pääset kirjoitustilaan:

 i

Tallenna tiedosto:

 ESC ja sen jälkeen :w

Sulje tiedosto tallentamatta:

 ESC ja sen jälkeen :q

Sulje tiedosto ja tallenna

 ESC ja sen jälkeen :wq
Mainos / Advertisement: