Mainos / Advertisement:
Ero sivun ”Vi/en” versioiden välillä
Siirry navigaatioon
Siirry hakuun
(Ak: Uusi sivu: Close file without saving:) |
(Ak: Uusi sivu: ESC and then :q) |
||
Rivi 20: | Rivi 20: | ||
Close file without saving: | Close file without saving: | ||
− | ESC | + | ESC and then :q |
Sulje tiedosto ja tallenna | Sulje tiedosto ja tallenna | ||
ESC ja sen jälkeen :wq | ESC ja sen jälkeen :wq |
Versio 23. heinäkuuta 2015 kello 07.46
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
Sulje tiedosto ja tallenna
ESC ja sen jälkeen :wq
Mainos / Advertisement: