MINI Sh3ll
Path :
/
usr
/
share
/
doc
/
gawk
/
examples
/
misc
/
File Upload :
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] }
OHA YOOOO