awk匹配指定的字符串并打印该字符串所在的列 2019-08-01 本文已影响0人 lalalapa awk '/%/ {for(i=1;i<=NF;i++) if ($i~/%/)print $i }'