Course details

Many UNIX utilities generates rows and columns of information. AWK is an excellent tool for processing these rows and columns, and is easier to use AWK than most conventional programming languages. It can be considered to be a pseudo-C interpretor, as it understands the same arithmatic operators as C. AWK also has string manipulation functions, so it can search for particular strings and modify the output. AWK also has associative arrays, which are incredible useful, and is a feature most computing languages lack. Associative arrays can make a complex problem a trivial exercises

Here we cover

  Basic to Advance AWK

  File Processing using SED

Updated on 21 October, 2016
Courses you can instantly connect with... Do an online course on Web Development starting now. See all courses

Rate this page