摘要:
第一部分: 0:光标到本行行首$:光标到本行行尾 ^:本行第一个非blank的位置g_:本行最后一个非blank的位置 a:光标后插入(insert是光标前插入字符)o:当前行后加入新行O:当前行钱加入新行cw:替换光标到光标所在单词结尾的字符 搜索/pattern 从前往后搜索字符‘pattern 阅读全文
posted @ 2018-04-14 18:06
白莲花の
阅读(123)
评论(0)
推荐(0)
摘要:
一 创建版本库 (1) $ mkdir learngit $ cd learngit $ pwd /Users/michael/learngit (2) git init 二 提交文件 git status git add aaa.txt git commit -m "bug fixed" git 阅读全文
posted @ 2018-04-14 16:48
白莲花の
阅读(121)
评论(0)
推荐(0)
摘要:
1.uname -a 2.cat /proc/version 3.cat /etc/issue 4.cat /proc/cpuinfo (查看cpu相关信息) 阅读全文
posted @ 2018-04-14 16:46
白莲花の
阅读(220)
评论(0)
推荐(0)