This website requires JavaScript.
Explore
Help
Register
Sign In
Nano_Allwinner
/
ubuntu-buildroot
Watch
1
Star
0
Fork
You've already forked ubuntu-buildroot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8b0660016e
ubuntu-buildroot
/
output
/
build
/
host-gawk-5.2.0
/
awklib
/
eg
/
misc
/
arrayorder.awk
11 lines
117 B
Awk
Raw
Blame
History
{
if
(
$
1
>
max
)
max
=
$
1
arr
[
$
1
]
=
$
0
}
END
{
for
(
x
=
1
;
x
<=
max
;
x
++
)
print
arr
[
x
]
}
Reference in New Issue
View Git Blame
Copy Permalink