Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://comet.sai.msu.ru/UNIXhelp/examples/vi1.html
Дата изменения: Fri Jan 17 12:43:16 1997 Дата индексирования: Mon Oct 1 23:07:49 2012 Кодировка: Поисковые слова: lunar module |
To open an existing file for editing:
vi intro
This opens the file intro for editing. This file already exists in the current directory.
To create a file to edit:
vi part2
This command starts vi with a new file named part2. This file does not exist in the current directory until it is written to using the write command.
To simply start vi:
vi
This command places you in vi. You can then enter and edit text and write it to a file.