Chinaunix首页 | 论坛 | 博客
  • 博客访问: 70808
  • 博文数量: 24
  • 博客积分: 50
  • 博客等级: 民兵
  • 技术积分: 135
  • 用 户 组: 普通用户
  • 注册时间: 2011-11-24 22:12
文章分类

全部博文(24)

文章存档

2013年(24)

我的朋友

发布时间:2013-04-15 23:26:39

1. The exit command terminates a script. It can also return a value, which is available to the script's parent process.2. $? reads the exit status of the last command executed. After a function returns, $? gives the exit status of the last command executed in the function. Following the execution o.........【阅读全文】

阅读(1801) | 评论(0) | 转发(0)

发布时间:2013-04-09 00:23:51

1. Note that $variable is actually a simplified form of ${variable}.2. An uninitialized variable has no value, however it acts as if it were 0 in an arithmetic operation. This is undocumented (and probably non-portable) behavior, and should not be used in a script.(P31)3. 此处a的值为21,使用let对.........【阅读全文】

阅读(1582) | 评论(0) | 转发(0)

发布时间:2013-04-04 21:54:53

#            Comments;             Command separator [semicolon];;            Terminator in a case option [double semicolon];;.........【阅读全文】

阅读(1098) | 评论(0) | 转发(0)

发布时间:2013-04-04 21:04:29

......【阅读全文】

阅读(1231) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册