由 maxsolar » 週五 2月 06, 2009 1:48 pm
假設你的文件是foo.txt
執行script語法為sh count_words.sh foo.txt
----------code starts-------------
#!/bin/bash
#usage: sh count_words.sh foo
#charge one file at one moment.
declare -i A=`cat $1 | wc -m`
declare -i B=`cat $1 | wc -l`
echo "Result is $[A-B] chars."
exit 0
-----------code ends-------------
老闆:你的電腦怎麼長得跟我的不一樣?
員工:報告老闆,這是Debian...
老闆:什麼是Debenm??
員工:是一套很棒的Linux...
老闆:哦?跟我的那台華碩比起來,誰比較好?
員工:當然是老闆你的棒阿...+.+|||