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

全部博文(401)

文章存档

2013年(37)

2012年(364)

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

在shell中如何获取字符串的长度有很多种,下面记录下当前我所知道的方法大致如下: 1、wc -L <DIV class=codehead......【阅读全文】

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

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

python shell 字典......【阅读全文】

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

发布时间: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 `......【阅读全文】

阅读(1009) | 评论(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:......【阅读全文】

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

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

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

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

登录 注册