同步阅读进度,多语言翻译,过滤屏幕蓝光,评论分享,更多完整功能,更好读书体验,试试 阅读 ‧ 电子书库
What Is a Shell?
The shell's job, then, is to translate the user's command lines into operating system instructions. For example, consider this command line:
sort -n phonelist > phonelist.sorted
This means, "Sort lines in the file phonelist in numerical order, and put the result in the file phonelist.sorted." Here's what the shell does with this command:
Of course, each of these steps really involves several substeps, each of which includes a particular instruction to the underlying operating system.
Remember that the shell itself is not UNIX—just the user interface to it. UNIX is one of the first operating systems to make the user interface independent of the operating system.
请支持我们,让我们可以支付服务器费用。
使用微信支付打赏
