Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1511849
  • 博文数量: 289
  • 博客积分: 11086
  • 博客等级: 上将
  • 技术积分: 3291
  • 用 户 组: 普通用户
  • 注册时间: 2006-06-22 17:06
个人简介

徐小玉的博客。

文章分类

全部博文(289)

文章存档

2023年(6)

2022年(1)

2021年(2)

2020年(9)

2019年(9)

2018年(6)

2017年(10)

2016年(10)

2014年(3)

2013年(4)

2011年(12)

2010年(16)

2009年(14)

2008年(119)

2007年(48)

2006年(20)

我的朋友

发布时间:2017-09-06 17:57:33

aaa          35-38fffff        68-71,2-75,76-80fffff        101-105        fffff        106-110  &nb.........【阅读全文】

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

发布时间:2017-08-13 22:34:21

译者序毫无疑问,UNIX/Linux最重要的软件之一就是shell,目前最流行的shell被称为Bash(Bourne Again Shell),几乎所有的Linux和绝大部分的UNIX都可以使用Bash。作为系统与用户之间的交互接口,shell几乎是你在UNIX工作平台上最亲密的朋友,因此,学好shell,是学习Linux/UNIX的的开始,并且它会始终伴随你的工作学习.........【阅读全文】

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

发布时间:2016-07-08 14:58:25

echo "Enter a number."read numberif expr "$number" + 0 > /dev/null 2>&1 then # 如果+0 有返回值,说明输入的是数字,否则不是。: else echo "You did not enter an integer value." 1782 exit 1fi......【阅读全文】

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

发布时间:2016-07-08 13:52:01

String, Integer, and File TestingTest OperatorTest ForString Teststring1 = string2String1 is equal to String2 (space surrounding = required).........【阅读全文】

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

发布时间:2016-07-07 15:18:30

1:判断缺少参数:name=${1:?"requires an argument" }echo Hello $name......【阅读全文】

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

登录 注册