Chinaunix首页 | 论坛 | 博客
  • 博客访问: 484179
  • 博文数量: 401
  • 博客积分: 244
  • 博客等级: 入伍新兵
  • 技术积分: 2215
  • 用 户 组: 普通用户
  • 注册时间: 2012-08-04 10:02
文章分类

全部博文(401)

文章存档

2013年(37)

2012年(364)

发布时间:2012-09-17 11:24:40

plus1.sh #!/bin/bash n=0 for i in {0..100} do let "n = $n + $i" done echo $n plus2.sh #!/bin/bash n=0 for i in `......【阅读全文】

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

发布时间:2012-09-17 11:19:01

<div style="font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans:......【阅读全文】

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

发布时间:2012-09-17 11:17:09

使用awk命令的比较功能抽出指定时间段内的日志......【阅读全文】

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

发布时间:2012-09-17 11:15:32

<div style="font-family: Tahoma; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans:......【阅读全文】

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

发布时间:2012-09-17 11:13:42

今天在shell脚本中,发现case语句的一个问题。就是指定小写字母 和大写字母 的这种方法不管用用了出现如下情况: <div id="codeText" class="co......【阅读全文】

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

登录 注册