Chinaunix首页 | 论坛 | 博客
  • 博客访问: 254463
  • 博文数量: 54
  • 博客积分: 1761
  • 博客等级: 上尉
  • 技术积分: 585
  • 用 户 组: 普通用户
  • 注册时间: 2010-11-17 23:30
文章分类

全部博文(54)

文章存档

2013年(4)

2012年(7)

2011年(15)

2010年(28)

发布时间:2013-05-22 02:25:07

advanced topic in shell programming1. arraymodern shell supports types in array.there are 3 majors ways to create arraydeclare:declare -a myarrayinitialize value:area3=([17]=seventeen [24]=twenty-four)array=( element1 element2 elementN )#you can use command output to initialize an arra.........【阅读全文】

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

发布时间:2013-04-02 05:14:19

shell programming 复习笔记 - 条件测试,流控制和函数......【阅读全文】

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

发布时间:2013-04-01 17:27:41

shell programming 复习笔记 - 变量、环境和引号......【阅读全文】

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

发布时间:2013-03-31 19:35:20

shell programming 复习笔记......【阅读全文】

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

发布时间:2012-11-13 00:33:27

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

阅读(1334) | 评论(1) | 转发(0)
给主人留下些什么吧!~~

大鬼不动2010-12-23 08:27

回复  |  举报
留言热议
请登录后留言。

登录 注册