/
usr
/
share
/
doc
/
gawk
/
examples
/
misc
/
File Upload :
llllll
Current File: //usr/share/doc/gawk/examples/misc/arraymax.awk
{ if ($1 > max) max = $1 arr[$1] = $0 } END { for (x = 1; x <= max; x++) print arr[x] }
Copyright ©2k19 -
Hexid
|
Tex7ure