Unix shell
外观
Unix Shell也叫做命令行,它是Unix操作系统下传统的用户和计算机的交互界面。用户直接输入命令来执行各种各样的任务。当然微软的Windows操作系统也提供了这样的功能,它们是Windows 9X下的command.com,和基于Window NT的各种系统下的cmd.exe。
各种Unix shell
- Almquist shell (ash)
- Bourne shell (sh)
- Bourne-Again shell (bash)
- C shell (csh)
- scsh (Scheme Shell)
- TENEX C shell (tcsh)
- Korn shell (ksh)
- rc shell (rc)
- Z shell (zsh)