Chinaunix首页 | 论坛 | 博客
  • 博客访问: 237975
  • 博文数量: 68
  • 博客积分: 884
  • 博客等级: 准尉
  • 技术积分: 700
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-25 14:34
文章分类

全部博文(68)

文章存档

2016年(3)

2015年(4)

2014年(9)

2013年(8)

2012年(6)

2011年(19)

2010年(19)

我的朋友

发布时间:2014-08-13 16:09:44

在做shell批处理程序时候,经常会涉及到字符串相关操作。有很多命令语句,如:awk,sed都可以做字符串各种操作。 其实shell内置一系列操作符号,可以达到类似效果,大家知道,使用内部操作符会省略启动外部程序等时间,因此速度会非常的快。 一、判断读取字符串值表达式.........【阅读全文】

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

发布时间:2014-08-11 10:39:46

URL=`svn info | grep URL | cut -c6- `printf $(echo -n $URL | sed 's/\\/\\\\/g;s/\(%\)\([0-9a-fA-F][0-9a-fA-F]\)/\\x\2/g')"\n"......【阅读全文】

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

发布时间:2014-07-31 17:03:38

Problem :    root@ubuntu:~# apt-get upgrade    Reading package lists... Done    Building dependency tree    Reading state information... Done    You might want to run 'apt-get -f install' to corr.........【阅读全文】

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

发布时间:2014-07-19 13:07:54

Issue 1: Keyboard and Mouse can NOT use while booting from USB disk.     Fixed : Integrated Apple USB3.0 driver into windows 7 disk     Script ::::cmddism /Mount-Wim /WimFile:d:\temp\boot.wim /index:2 /MountDir:d:\temp\mountdis.........【阅读全文】

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

大鬼不动2010-05-08 08:02

回复  |  举报

大鬼不动2010-05-06 07:46

回复  |  举报

flb_20012010-04-26 07:51

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

登录 注册