
shell
iteye_2504
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
grep 排除文件
grep --exclude=tags -R "socket" * 不在tags里面搜原创 2011-11-03 10:39:59 · 141 阅读 · 0 评论 -
字符串处理
expr index haohao ao expr length hao,hao expr substr hao,hao 2 3 [root@red54apple shell]# expr match "hao123" '[0-9]' 0 [root@red54apple shell]# expr match "123" '[0-9]*' 3 [root@red5...原创 2011-11-08 15:01:08 · 110 阅读 · 0 评论