This website requires JavaScript.
Explore
Help
Register
Sign In
HPR
/
hpr_website
Watch
8
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d678658a5bae7bc6885bd0971ad1154e4669b0da
hpr_website
/
www
/
eps
/
hpr2610
/
hpr2610_awk12_ex5.awk
T
9 lines
118 B
Awk
Raw
Normal View
History
Unescape
Escape
First batch of extra files
2025-10-28 18:39:57 +01:00
BEGIN
{
a
[
1
]
=
"Jones"
a
[
2
]
=
"X"
a
[
3
]
=
"Smith"
asort
(
a
)
for
(
i
in
a
)
printf
"%s %s\n"
,
i
,
a
[
i
]
}
Reference in New Issue
Copy Permalink