2007年5月22日星期二

2007年5月22日 星期二

* vi setttings
** set number
** syntax on

* 好习惯 1 的示例:使用一个命令来定义目录树
mkdir -p tmp/a/c

* 好习惯 1 的另一个示例:使用一个命令来定义复杂的目录树
mkdir -p project/{lib/ext, bin, src, doc/{html, pdf, xml}, demo/stat/a}

* 解压缩到指定目录
tar xvf -C tmp/a newdoc.tar.gz

* 当第一个命令成功,才执行下一个命令
~ $ cd tmp/a/b/c && tar xvf ~/archive.tar

* 当第一个命令失败后,才执行下一个命令

cd tmp/a/b/c || mkdir tmp/a/b/c

Meeting:
Last week, I commited the codes of text grid to my cws. and waited for Sun guy's review. today, I got Sun guy gave his comments.
and I will fix the bugs this week.
Lask week, I began to work on other CJK functions. such as compatibility tab page. I called Zhang Yun
for more information about these cjk functions. He will give me some documents in the coming days.




没有评论: