Command Line 是什麼?
一種操縱電腦的方法。
操縱電腦的方法有兩種,一種是 Command Line,另一種是我們習慣使用的圖形化介面 Graphical User Interface(GUI),也就是我們打開電腦看到的桌面,可以自由拖曳的資料夾。
早期電腦沒有圖形化介面操作時,都是以 CLI 透過純文字下指令來操控電腦。
Command Line 指令介面
因為下載 git 有預設 gitbash 讓我們可以下 Command Line 指令,之後也會用到 git,所以直接下載 git 比較方便。(for windows)或也可以嘗試 cmder(延伸閱讀:介紹好用工具:Cmder ( 具有 Linux 溫度的 Windows 命令提示字元工具 ) | The Will Will Web)
mac 因為是 linux 系統直接打開 terminal 就可以了。
如果想要美化 Command Line 介面
超簡單!十分鐘打造漂亮又好用的 zsh command line 環境 | by Gary Chu | 財報狗技術部落格 | Medium
心得 iTerm2 + zsh,打造更好的工作環境 « Huli’s Blog
基本指令不含介紹
- pwd
- ls
- cd
- man
- cat
- touch
- rm
- mkdir
- mv
- cp
- vim
- grep
- wget
- curl
- redirection
- pipe |
- ping