2016년 10월 9일 일요일

How to save as new filename in vim, vi

Vim(vi)에서 새이름으로 저장하는 방법

:W <filename>

but if filename is exist, you cannot save as filename

then, you can use

:W! <filename>

it will save as <filename> forcibly.

댓글 없음:

댓글 쓰기