Move under www to ease rsync
This commit is contained in:
Executable
+8
@@ -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