| Path : /proc/thread-self/root/proc/self/root/usr/share/doc/gawk/examples/misc/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //proc/thread-self/root/proc/self/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]
}