Awk

1684阅读 0评论2012-12-07 firocu
分类:Python/Ruby

== 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

上一篇:Shell script
下一篇:Kernel —— Memory management