- Objective:
- Breadcrumb:
# 概念阐释
CLI Command Line Interface 命令行接口。
- Bash:Bourne- Again SHell,是由Brian Fox在27年前创建的CLI。Bash是Linux和Mac的默认Shell。也可以在windows上安装bash
- Powershell: windows的命令行工具。
# 实例
# 相关内容
# 参考资料
- [Bash - Wikipedia](https://en.wikipedia.org/wiki/Bash_(Unix_shell))