一 Linux指令的學(xué)習(xí)
1.
pwd #當(dāng)前路徑
2.
vi *.txt
#先保證電腦切換到了英文輸入法遂填,然后敲`i`鍵袋狞,就可以輸入了
# 按Esc鍵 退出編輯模式
:x #在左下角輸入猾担,意思是保存并退出
3.
cat *.txt #文件內(nèi)容輸出至屏幕日月,退出按q (我用mac仇冯,直接退出了畏浆,不用輸出q,奇怪哦)
head # 輸出前10行
tail # 輸出后10行
head -n `number` *.txt # number = 前幾行
4.
cp file newfile # 復(fù)制 file 成為 newfile
5.
mv file /home/bio08/tmp # 將 file 移動至 新路徑下
mv file1 file2 # 重命名file1為file2
二 Linux 學(xué)習(xí)進度
參考資源:微信公眾號-生信星球烦秩;喬豪-http://blog.sevenstar.store/#/linux/