Move under www to ease rsync
This commit is contained in:
8
www/eps/hpr2610/hpr2610_awk12_ex4.awk
Executable file
8
www/eps/hpr2610/hpr2610_awk12_ex4.awk
Executable file
@@ -0,0 +1,8 @@
|
||||
BEGIN{
|
||||
PROCINFO["sorted_in"]="@val_str_asc"
|
||||
}
|
||||
{
|
||||
split($0,a," ")
|
||||
for (i in a)
|
||||
printf "%d: %s\n",i,a[i]
|
||||
}
|
||||
Reference in New Issue
Block a user