CodeMap

慎言笃行

导航

10 2009 档案

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 */ 阅读全文

posted @ 2009-10-20 16:33 wqlblogger 阅读(3195) 评论(2) 推荐(0)