1.

How Can You Terminate Vi Session?

Answer»

Use command: ZZ that is SAVE changes and quit.
Use command line: ":wq" that is WRITE changes and quit.
Use command line: ":q!" to IGNORE changes and quit.

Use command: ZZ that is save changes and quit.
Use command line: ":wq" that is write changes and quit.
Use command line: ":q!" to ignore changes and quit.



Discussion

No Comment Found