lenozhi 发表于 2013-2-7 12:44:52

aix中awk使用一例

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