Service manual

Appendices 141
Once you have completed your file modification, enter the line mode by typing colon (:) and one of
the following commands.
Table D.4: vi Line Mode Commands
Command Description
w Saves the file (w is for write).
wq Saves and closes the file (q is for quit).
q! Closes the file without saving.
w file Saves the file with the name <file>.
e file Opens the file named <file>.