add dict
This commit is contained in:
parent
091f74d0a0
commit
0870887793
27 changed files with 8343 additions and 0 deletions
6
src/cmd/dict/rev.awk
Normal file
6
src/cmd/dict/rev.awk
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
NF == 2 {
|
||||
printf "%s\t%s\n", $2, $1
|
||||
}
|
||||
NF != 2 {
|
||||
print "ERROR " $0
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue