2011年2月9日 星期三

find out the biggest total size of image size * request times

cat searchDateLog.txt | grep " 200 " | grep ".jpg" | cut -d ' ' -f 7,10 | sort | uniq -c | awk '{print $1*$3," ",$2}' | sort -n -r | head -n 100

wibiya widget