大餐分享: Windows環境下學習linux的命令列,編輯器vim, 指令碼和Git的絕佳工具---msysGit(才十幾M)
阿新 • • 發佈:2019-01-31
之前介紹過Windows下的msysGit工具, 很強大, 現在來總結一下其功能:
1. 學習linux的shell command
[email protected] /g/taoge
$ pwd
/g/taoge
[email protected] /g/taoge
$ touch a.txt b.txt
[email protected] /g/taoge
$ mkdir test
[email protected] /g/taoge
$ ls
a.txt b.txt test
[email protected] /g/taoge
$ mv test test_bak
[email protected] /g/taoge
$ ls
a.txt b.txt test_bak
[email protected] /g/taoge
$
2. 學習linux的vim
3. 學習linux的shell script。 剛才就用msysGit寫了一個小指令碼, 還挺好聽用的。
4. 學習linux的Git
對於那些想學linux, 又不知如何搭建環境的人來說, 這個Windows下的msysGit工具真是太棒了。