C Shell
C shell(csh)是Unix shell的一种,由比尔·乔伊在BSD系统上开发。C shell脱胎于Unix第六版的/bin/sh
,也是Bourne shell的前身。这种shell的语法类似于C语言,与Bourne shell相比,C shell有不少特别的功能,比如aliases
(别名)、command history(命令的历史)。目前C shell已不再被广泛使用,后继者包括Tenex C shell(tcsh)、Korn shell(ksh)、GNU Bourne-Again shell(bash)。
原作者 | 比尔·乔伊 |
---|---|
初始版本 | 1978年 |
穩定版本 | tcsh 6.18.00 (2012年1月14日[1]) |
源代码库 | |
编程语言 | C |
操作系统 | BSD, UNIX, Linux, Mac OS X |
类型 | Unix Shell |
许可协议 | BSD许可证 |
C shell在交互模式中引入许多开创性功能的同时,C shell的脚本执行能力受到了不少批评。无论如何,由于在所有的单一UNIX规范相容系统中都放了标准的Bourne shell,所以大部分人都建议使用sh来进行脚本编写。
参考文献
- Zoulas, Christos, , Jan 14, 2012 [Jan 16, 2012], (原始内容存档于2013-11-03)
外部链接
- Tom Christiansen,Csh编程的有害处页面存档备份,存于
- Bruce Barnett,不使用C shell的十大理由页面存档备份,存于
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.