第04章 shell程序设计.ppt

  1. 1、本文档共110页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
第04章 shell程序设计

* * * ? 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. * 左“{“后面应有一个空格,右括号”}“之前有一个; 在圆括号内的命令不会改变父shell变量值 * * * * ? 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. * 以字母或下划线打头的字母、数字和下划线符号的序列 * ? 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. * Read 变量 n 从给定文件描述字的文件中读取数据,其中n为文件描述字。例如,read name 3 * * ? 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. * 环境变量是shell本身定义的变量,这组变量由shell本身维护和使用,它们往往与用户运行的环境有关。 IFS 也成为定界符。在默认的情况下,IFS的值为空白符(空格、制表符和回车符)。例如,在命令行中命令名、选择项和各参数之间通常都用空格分开 * ? 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. * Export命令用于显示本进程利用export命令转出的全部变量,env或printenv列出所有被转出的变量,包括本进程及以前的“祖先进程”所转出的变量 * * * ? 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. * 文件名前的圆点(.)和路径名中的(/)必须显示匹配 * ? 在[]内失去通配能力,只作为字符来使用 * * * * * * * ? 2004 Microsoft Corporation. All rights reserved. This presentation is for informational purposes only. Microsoft makes no warranties, express or implied, in this summary. * * * * * * * * * * * * * * * * exit命令 exit [ n ] 算术表达式 +, -, \*, /, % expr n1 运算符 n2 expr 12 \* 12 函数 函数名( ) { 命令表 } $cat ex13 abc() { echo “Begin” echo $a $b $ c echo $1 $2 $3 echo “End” } a=5 b=10 c=99 abc First Second Third $ex13 Begin 5 10 99 First Second Third End 循环体中其他命令 1. break命令 格式为, break或break n break是shell的内部命令,用于在循环体

文档评论(0)

xcs88858 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8130065136000003

1亿VIP精品文档

相关文档