然後 shell script 的部份: i=1 cat data.txt | grep "$i" | cut -d " " -f 2 列出 data.txt | 搜尋含有 $i 變數字串的行 ... ...
www.mobile01.com