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