摘要: 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 阅读全文
posted @ 2013-07-10 21:28 风*依旧 阅读(288) 评论(0) 推荐(0) 编辑