lenozhi 发表于 2013-1-16 16:12:55

aix中awk使用一例

cat *B02.TMP | awk -F \|  '{print FNR "\t" $8}' |grep -E "001|002|003"
页: [1]
查看完整版本: aix中awk使用一例