wuzhouhui/awk

Pdf第11页(正文第4页)例子有误

Closed this issue · 1 comments

ictar commented

Pdf第11页(正文第4页)例子:
$ awk '$3 == 0 { print $1 print $1 }'
英文版为:
$ awk '$3 == 0 { print $1 }'

已修改, 谢谢指正