<img src="https://i.imgur.com/AiMpIV1.png" style="background:none; border:none; box-shadow:none; max-width:40%;">
| Windows | Mac OS/Linux | 描述 | 例子|
| -------- | -------- | -------- |-------- |
| exit | exit | 關閉視窗 |```exit```|
| cd | cd | 修改資料夾 | ```cd test```
| dir|ls|條列資料檔案|```ls```|
| copy | cp | 複製檔案 | ```copy c:\test\test.txt c:\windows\test.txt```
|move|mv|移動檔案|```move c:\test\test.txt c:\windows\test.txt```
|mkdir|mkdir|新建目錄|```mkdir testdirectory```
|del|rm|刪除目錄/檔案|```del c:\test\test.txt del```

<img src="https://i.imgur.com/jpHGDdm.png" style="background:none; border:none; box-shadow:none; max-width:70%;">
<img src="https://i.imgur.com/z4xxXEB.png" style="background:none; border:none; box-shadow:none; max-width:70%;">
<img src="https://i.imgur.com/zjy1daQ.png" style="background:none; border:none; box-shadow:none; max-width:70%;">
<img src="https://i.imgur.com/UeK9yGM.png" style="background:none; border:none; box-shadow:none; max-width:70%;">
<img src="https://i.imgur.com/xaoxGaN.png" style="background:none; border:none; box-shadow:none; max-width:90%;">