Awk: Difference between revisions
Jump to navigation
Jump to search
Created page with "http://www.theunixschool.com/2012/05/awk-match-pattern-in-file-in-linux.html https://www.funtoo.org/Awk_by_Example,_Part_1 http://blog.jpalardy.com/posts/my-best-awk-tricks/..." |
No edit summary |
||
Line 1: | Line 1: | ||
Notice, not all versions of awk are the same. GNU awk has some extra functionalities, mawk is faster. | |||
http://www.theunixschool.com/2012/05/awk-match-pattern-in-file-in-linux.html | http://www.theunixschool.com/2012/05/awk-match-pattern-in-file-in-linux.html | ||
Latest revision as of 17:26, 5 November 2017
Notice, not all versions of awk are the same. GNU awk has some extra functionalities, mawk is faster.
http://www.theunixschool.com/2012/05/awk-match-pattern-in-file-in-linux.html
https://www.funtoo.org/Awk_by_Example,_Part_1