C Shell
外观
模板参数错误!(代码36)
|
C shell(csh)是Unix shell的一种,由Bill Joy在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)。
While the C shell introduced many innovative features in interactive mode, the C shell's scripting capabilities have come under criticism by some. In any case, since the standard Bourne shell is guaranteed to be present on all Single UNIX Specification-compliant systems, most recommend the use of sh for scripting purposes.
![]() | 这是一篇与Unix相关的小作品。您可以通过编辑或修订扩充其内容。 |
外部链接
- Tom Christiansen,Csh编程的有害处
- Bruce Barnett,不使用C shell的十大理由