- 1、本文档共29页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
奥宝GENESIS 2000培训教材---英文版
- Prepared by: Y.S. ChiuDate : 8 May, 2000 Page 1 of 33C-Shell Script TrainingTable of Content1.0 Introduction of C-Shell1.1 History1.2 The User Environment1.3 History Command2.0 Metacharacters2.1 Command line Metacharacters (; |, ())2.2 Filename Metacharacters2.3 Input/Output Metacharacters (redirection)2.4 Variable Metacharacter ($)3.0 Aliases3.1 unalias4.0 Shell Variables4.1 Local Variables (set)4.2 Environment Variables (setenv)4.3 Built-In Shell Variables4.4 Numeric Shell Variable (@)5.0 File Commands and Permissions6.0 Programming C-Shell6.1 Looping Commands6.2 Conditional Commands7.0 GENESIS 2000 relationship with C-Shell7.1 Linemode Commands7.2 GENESIS Variables7.3 The info Command7.4 The DO_INFO shortcut7.5 Hooks7.6 dbutil7.7 Script Debuger7.8 Script Interface Commands7.9 The gui Application8.0 Assignments and Final Project9.0 Reference- Prepared by: Y.S. ChiuDate : 8 May, 2000 Page 2 of 331.0 Introduction to C-Shell1.1 HistoryWhen UNIX was first written and put to use at ATT Bell Labs in the early 70s, itcame standard with one shell. This shell is name the Bourne Shell, after its author StephenBourne This shell is still being distributed with every version of UNIX today.In 1978, a copy of UNIX was given to the Computer Science Department at theUniversity of California Berkeley. Under the contract from an agency of the United StatesGovernment, the students and faculty developed the first 32-bit virtual memory version ofUNIX. As part of that effort a new command shell, dubbed the C Shell, was written. The newshell provided a number of features that were not available with the Bourne Shell.The new functionality added to the C-Shell was designed to benefit the interactiveuser. Two important additions were the history mechanism, allowing the user to reuse andmodify previously executed commands; and job control, which provided for more controlover tasks initiated by the user. The third change made with the C-She
文档评论(0)