摘要:
1、Assigning Array ElementsIn Awk, arrays are associative, i.e. an array contains multiple index/value pairs. The index doesn't need to be a continuous set of numbers; in fact it can be a string or a number, and you don't need to specify the size of the array.Syntax:arrayname[string]=valuearr 阅读全文