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