命令行
最后更新于:2022-04-01 10:30:49
## 命令行
>命令行接口或命令语言解译器(CLI), 也称命令行用户界面, 控制台用户界面和字符用户界面(CUI), 是一种用户以连续的文本(命令行)的形式向程序提出需求, 与计算机程序交互的方式. - wikipedia
**综合学习:**
<ul>
<li><a href="https://www.codecademy.com/courses/learn-the-command-line" target="_blank">codecademy: Learn the Command Line</a> [watch]</li>
<li><a href="http://cli.learncodethehardway.org/book/" target="_blank">The Command Line Crash Course</a> [read]</li>
<li><a href="http://www.pluralsight.com/courses/meet-command-line" target="_blank">Meet the Command Line</a> [watch][$]</li>
<li><a href="http://www.learnenough.com/command-line-tutorial" target="_blank">Learn Enough Command Line to Be Dangerous</a> [read] [free to $]</li>
</ul>
**进阶学习:**
* [Advanced Command Line Techniques](https://code.tutsplus.com/courses/advanced-command-line-techniques) [watch][$]