Вход на сайт
Редактирование содержимого фаила
152 просмотров
Перейти к просмотру всей ветки
в ответ TU-154 12.07.05 04:40
# vi /home/myhome/myfile
# [alt+i] inter edit mode
# write ur text now.....
# Esc exit edit mode
# :w - write file
# :q - quit vi
or
#:wq write+quit
# [alt+i] inter edit mode
# write ur text now.....
# Esc exit edit mode
# :w - write file
# :q - quit vi
or
#:wq write+quit
http://cyhex.com