一行代码查字典 2015/02/08 15524 result=$(curl 'http://openapi.baidu.com/public/2.0/bmt/translate?client_id=IGRde9G9hsF3y6zr4aVPvMxq&from=auto&to=auto&q='+$1 --silent | JSON -l | awk -F "\t" '/\["trans_result",0,"dst"]/ {print $2 }')