repo.or.cz
/
apertium.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding prob files
[apertium.git]
/
trunk
/
apertium-lexical-webform
/
private
/
creaparadig.awk
blob
458da0dd10fae4234c1f1261d4cb16d853ad8598
1
#!/usr/bin/awk -f
2
BEGIN
{
3
FS
=
":"
;
4
}
5
6
{
7
print
$
2
>>
"paradig"
$
1
;
8
}