AWK scripting: 10 BEGIN and END block examples
AWK tool is mainly used for reporting some data in useful manner. With out these BEGIN and END blocks the output will be meaning less. In this post we will see different ways to use BEGIN and END blocks. For this post the example file is db.txt which cont...