存档
find -name ‘*.html’ | xargs perl -pi -e ’s|href="(.*\.html)"|href="/html/$1"|g’
如上所示为我在所有形如xxx.html前加上/html/
正则查找,非常灵活方便。留帖备忘
三 2nd, 2010 | Filed under system related, 正则语法
SCIM安装拼音和五笔
装上中文拼音
sudo apt-get install scim-pinyin
………..
四 25th, 2009 | Filed under system related
Learning with Linux (commands for more esoteric work or programming)
原文来自http://linux-newbie.sunsite.dk/
四 22nd, 2009 | Filed under system related
最新评论