File: tovek2.awk

package info (click to toggle)
magyarispell 0.99.4-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,004 kB
  • ctags: 132
  • sloc: sh: 883; awk: 337; makefile: 239
file content (10 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#
# tvek felvtele kivtelekhez a fonev_morfo llomnyokbl
#
/	/ {
    if ($2 != "") {
	print $2 "/0g"
	print "__" $2 "/-" $1
	next
    }
}