【发布时间】:2013-09-27 09:06:57
【问题描述】:
有很多shell命令,比如
ls、cd、cat 等
编写这些命令时使用什么编程语言?它们是如何编译的?
我的理解:
Shell is a program which takes command; ** does this mean that it interprets those commands(like ls is interpreted by shell program)?**
还有一个问题,Shell程序是用什么语言写的?
【问题讨论】:
-
我是一个初学者,很困惑。这可能会更好地解释我。
-
我不确定,但我认为它们是用汇编语言编写的。查看here 了解更多关于组装的信息。