Archive for 01月, 2005

Jan 11 2005

一个消除^M的脚本.

Published by David under Unix|Linux

dir=. tmpdir=/tmp for file in `find $dir -type f`; do tmpfile=$tmpdir/${file##*/} cat $file | col -b > $tmpfile && cat $tmpfile > $file && rm $tmpfile done

No responses yet

Jan 05 2005

终于受不了了,再次安装Blog.

Published by David under 生活|Life

哈哈。来也。

No responses yet

Close
E-mail It