Move under www to ease rsync
This commit is contained in:
8
www/eps/hpr2610/hpr2610_awk12_ex9.awk
Executable file
8
www/eps/hpr2610/hpr2610_awk12_ex9.awk
Executable file
@@ -0,0 +1,8 @@
|
||||
BEGIN{
|
||||
a["a"]="Jones"
|
||||
a["b"]="X"
|
||||
a["c"]="Smith"
|
||||
asort(a,b,"@val_str_desc")
|
||||
for (i in b)
|
||||
printf "%s %s\n",i,b[i]
|
||||
}
|
||||
Reference in New Issue
Block a user