📜  vi 退出并保存 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:06.511000             🧑  作者: Mango

代码示例2
# ESC to start command prompt, then
:q!        # exit vi without saving
:wq!    # exit vi with saving (! means exiting even if file is read only)