Dashboard
PHP:
8.1.34
OS:
Linux
User:
uid288609
/
/
usr
/
share
/
doc
/
gawk
/
examples
/
misc
📤 Upload
📝 New File
📁 New Folder
Close
Editing: arraymax.awk
{ if ($1 > max) max = $1 arr[$1] = $0 } END { for (x = 1; x <= max; x++) print arr[x] }
Save
Cancel