HOME
DIR:
/
proc
/
1784574
/
root
/
usr
/
share
/
doc
/
gawk
/
examples
/
misc
/
Upload File :
Current File : //proc/1784574/root/usr/share/doc/gawk/examples/misc/arrayorder.awk
{ if ($1 > max) max = $1 arr[$1] = $0 } END { for (x = 1; x <= max; x++) print arr[x] }
Mini Shell
1.0