MultiDimensional Array in awk - English

Play
Current Time 0:00
/
Duration Time 0:00
Remaining Time -0:00
Loaded: 0%
Progress: 0%
0:00
Fullscreen
00:00
Mute
Captions
  • captions off
  • English

This is a sample video. To access the full content,
please Login

2712 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