wqlblogger

Linux小白教程:vi(shell文本编辑器)保存、退出命令

:w /* save not exit */

:w newfilename /* save as use name "newfilename" */ 

:q /* exit, only the file not changed */

:q! /* exit not save file, all change will been give up */ 

分类:

技术点:

相关文章:

  • 2021-06-05
  • 2022-01-02
  • 2021-11-30
  • 2022-12-23
  • 2021-12-06
猜你喜欢
  • 2021-11-05
  • 2021-12-23
  • 2021-12-23
  • 2022-01-04
  • 2021-11-17
相关资源
相似解决方案