B-L-O-G

May 7

A Shell script that generates symbol links for bunch of files

#!/bin/bash

#backup $IFS
#default $IFS is space
SAVEIFS=$IFS
#change $IFS for filename with space
IFS=$(echo -en “\n\b”)

for dir in `ls -F | grep “/$”`
do
if [ “$dir” != “all/” ]
then
    echo “$dir”
for file in `ls $dir | grep .jpg$`
do
#echo $dir$file
ln -sf $PWD/$dir$file “/path/to/link/$file”
done
fi
done

#restore $IFS
IFS=$SAVEIFS


Jan 25

why is tumblr not as popular as twitter?


Sep 21

怪小人之颠倒豪杰,不知惯颠倒方为小人;惜吾辈之受世折磨,不知惟折磨乃见吾辈。


花繁柳密处,拨得开,才是手段; 风狂雨急时,立得定,方见脚跟。


Jul 5

Jun 17
“为钱而战,是很刺激的,为信仰而战,是很崇高的,那么为钱和信仰同时战斗,就是人类的最高境界了。” http://blog.wenxuecity.com/myblog.php?blogID=36009

Jun 11

Jun 9

从麦当娜到小甜甜,再到GAGA,美国性感路线是越走越极致了。


Jun 8

Why not Bing?

其实MS的bing.com也挺好用的。(限英文版)

已经抛弃了google search。

日文还是yahoo, 中文当然是baidu, 英文用bing。


Jun 7
“退路をたたないと困難に打ち勝てない”

Page 1 of 2