Mainos / Advertisement:
Ero sivun ”Vi/en” versioiden välillä
Siirry navigaatioon
Siirry hakuun
(Ak: Uusi sivu: Vi is a commonly used text editor for Linux and comes installed by stock in various Linux based operating systems.) |
(Ak: Uusi sivu: == Basic commands ==) |
||
Rivi 2: | Rivi 2: | ||
Vi is a commonly used text editor for Linux and comes installed by stock in various Linux based operating systems. | Vi is a commonly used text editor for Linux and comes installed by stock in various Linux based operating systems. | ||
− | == | + | == Basic commands == |
Avaa Vi tekstieditori komennolla | Avaa Vi tekstieditori komennolla |
Versio 23. heinäkuuta 2015 kello 07.45
Vi is a commonly used text editor for Linux and comes installed by stock in various Linux based operating systems.
Basic commands
Avaa Vi tekstieditori komennolla
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: