于是乎准备装上试试,当然装之前要多了解一下 iTerm2 到底哪点值得用。
> iTerm2 is a replacement for Terminal and the successor to iTerm. It works on Macs with OS 10.5 (Leopard) or newer. iTerm2 brings the terminal into the modern age with features you never knew you always wanted.
概念 | 解释 | 之前的错误认知 |
---|---|---|
bash | 是一种Unix shell | 就是一个写命令行的工具吧 |
OS X 系统terminal | 是terminal模拟器的一种(就好像之前以为操作系统只有一个,浏览器只有一个一样) | 难道这个不是跟bash一样么 |
shell | command-line interpreter;一个输入代码的程序,隐藏了系统底层的一些细节(因此叫shell) | |
Terminal emulator | 之前人们用这个Computer terminal 来输入以及显示信息,Terminal emulator 是个Computer terminal模拟器 | |
CLI | Command-line interface |
Unix Shells - csh, ksh, bash, zsh, ...