Linux 转换大写 适配HP IBM Linux `echo "$LINE" | awk -F "-+=" '{print toupper($1)}'``echo "$LINE" | awk -F " " '{print $1}' | awk '{print toupper($1)}'`