Browsing Category
Awk Command
How to Write Scripts Using Awk Programming Language – Part 13
All along from the beginning of the Awk series up to Part 12, we have been writing small Awk commands and programs…
How to Allow Awk to Use Shell Variables – Part 11
When we write shell scripts, we normally include other smaller programs or commands such as Awk operations in our…
Learn How to Use Awk Built-in Variables – Part 10
As we uncover the section of Awk features, in this part of the series, we shall walk through the concept of…
Learn How to Use Awk Special Patterns ‘BEGIN and END’ – Part 9
In Part 8 of this Awk series, we introduced some powerful Awk command features, that is variables, numeric…
Learn How to Use Awk Variables, Numeric Expressions and Assignment Operators –…
The Awk command series is getting exciting I believe, in the previous seven parts, we walked through some…
How to Read Awk Input from STDIN in Linux – Part 7
In the previous parts of the Awk tool series, we looked at reading input mostly from a file(s), but what if you…