Bash
EJoft
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Chapter1. Bash Basics
文章目录What is a ShellHistory of UNIX ShellsFilesInput and Output What is a Shell A shell is any user interface to the UNIX operating system, i.e., any program that takes input from the user, translates ...原创 2019-07-03 21:07:05 · 256 阅读 · 0 评论 -
Chapter2. Command-Line
This is exactly what bash allows you to do. It has editing modes that allow you to edit command lines with editing commands similar to those of the two most popular UNIX editors, vi and emacs. It also...原创 2019-07-06 00:00:02 · 161 阅读 · 0 评论
分享