== Structure ==
The structure of awk program:
pattern {"action"}
The procedures of executing a awk program
1 read oneline of file at a time
2 Split line into fields identified by IFS
1684阅读 0评论2012-12-07 firocu
分类:Python/Ruby