Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

MultiDimensional Array in awk - English

3531 visits



Outline:

Definition of multidimensional array in awk Element is identified by a sequence of multiple indices Concatenated into a single string, with a separator between them Create 2 by 2 multidimensional array in awk Create the transpose of a 2 by 2 matrix Scan the multidimensional array Combine the for loop with the split function Syntax of the for loop Syntax of the split function