Section 7.6. Saving and Exiting

7.6. Saving and Exiting

Writing a file means saving the edits and updating the file's modification time.

Command

Action

ZZ

Quit vi, writing the file only if changes were made.

:x

Same as ZZ.

:wq

Write and quit file.

:w

Write file.

:w file

Save copy to file .

:n1,n2w file

Write lines n1 to n2 to new file .

:n1,n2w >> file

Append lines n1 to n2 to existing file .

:w!

Write file (overriding protection).

:w! file

Overwrite file with current buffer.

:w %.new

Write current buffer named file as file.new .

:q

Quit file.

:q!

Quit file ( discarding edits).

Q

Quit vi and invoke ex .

:vi

Return to vi after Q command.

%

Current filename.

#

Alternate filename.




MAC OS X Tiger in a Nutshell
Mac OS X Tiger in a Nutshell: A Desktop Quick Reference (In a Nutshell (OReilly))
ISBN: 0596009437
EAN: 2147483647
Year: 2003
Pages: 130

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net