iT邦幫忙

2019 iT 邦幫忙鐵人賽

DAY 6
1

版本控制就是針對資料夾與檔案的管理,所以需要對資料夾與檔案的指令非常的熟悉。

如果我們想要操作已經在本機建立的資料夾,請輸入cd d:\ironman_d,會開啟已經建立在D槽的IronMan_D資料夾。

https://ithelp.ithome.com.tw/upload/images/20181021/20110334OKCJS9wux2.png

如果我們輸入cd ironman_c,會開啟已經建立在C槽的IronMan_C資料夾。

https://ithelp.ithome.com.tw/upload/images/20181021/20110334GLYnJsmd4E.png

想要回到上一頁,請輸入cd ..。

https://ithelp.ithome.com.tw/upload/images/20181021/20110334gfWp8TsFS2.png

想要知道目前操作的資料夾底下有什麼東西,請輸入ls -a或ls -al。
ls –a表示顯示副檔名。

https://ithelp.ithome.com.tw/upload/images/20181021/20110334WEgBV3rzDh.png

ls –al 表示顯示所有的檔案及檔案的資訊

https://ithelp.ithome.com.tw/upload/images/20181021/20110334BSocVjePa1.png

想要繼續建立資料或檔案請輸入mkdir GoGoGo建立資料夾。

https://ithelp.ithome.com.tw/upload/images/20181021/201103343GgMZAPLoQ.png

之後要建立檔案,請輸入touch YoYoYo.html。

https://ithelp.ithome.com.tw/upload/images/20181021/20110334G7LbYoksAR.png

如果檔案已經建立了又手滑打了同樣的名稱該怎麼辦?放心!檔案頂多改變了最後修改與存取的日期與時間,內容不會有所改變。就讓我們來測試一下。先使用echo 來輸入內容。再輸入檔名來測試。

https://ithelp.ithome.com.tw/upload/images/20181021/20110334FRf2t9deFk.png

https://ithelp.ithome.com.tw/upload/images/20181021/20110334ZAyu6bDRAZ.png

https://ithelp.ithome.com.tw/upload/images/20181021/201103349cNJfc9PUR.png

如果我們要複製檔案的話,請輸入cp yoyoyo.html HaHaHa.html。

https://ithelp.ithome.com.tw/upload/images/20181021/201103342DKEzfNjrU.png

要更改檔案名稱請輸入mv yoyoyo.html NoName.html。

https://ithelp.ithome.com.tw/upload/images/20181021/20110334iNnGusqghI.png

要刪除檔案請輸入rm 這是記事本.txt。

https://ithelp.ithome.com.tw/upload/images/20181021/20110334zvYbjszYRV.png

要刪除所包含的附檔名,請輸入rm *.html。

https://ithelp.ithome.com.tw/upload/images/20181021/20110334d5XAGsXcQx.png

要刪除資料夾請輸入rm gogogo。

https://ithelp.ithome.com.tw/upload/images/20181021/20110334sComp570H5.png

其實資料與檔案管理的指令就是類似Batch File與CMD的指令

指令整理:
切換資料夾的路徑:cd “路徑名稱”
回到資料夾的上一層:cd ..
顯示資料夾底下的檔案(顯示副檔名):ls –a
顯示資料夾底下的檔案(顯示詳細資料):ls –al
建立資料夾:mkdir “資料夾名稱”
刪除資料夾:rmdir “資料夾名稱”
建立檔案:touch “檔案名稱”
複製檔案:cp “原始檔案名稱” “新建檔案名稱”
刪除檔案:rm “檔案名稱”

資料來源:為你自己學Git


上一篇
下載與安裝Git
下一篇
使用者一般設定
系列文
Codeing無涯:從入坑Subversion到離岸Git;一段勇不回頭的旅程33
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言