📜  vi quit - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:42.806000             🧑  作者: 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)