Home
(current)
वर्तमान निदेशक =>
/
proc
/
353637
/
cwd
/
usr
/
share
/
doc
/
gawk
/
examples
/
misc
/
सूचना एवं अपलोड
Info Server
Indian Cyber Force
Folders रचयन्तु
सञ्चिकां रचयन्तु
RansomWeb
लॉगआउट
Current File : //proc/353637/cwd/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] }