File Manager
Current Path :
/
usr
/
share
/
doc
/
gawk
/
examples
/
misc
/
Upload File :
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] }
File Manager Version
1.0
, Coded By
Lucas
Email:
hehe@yahoo.com