File: tovek2.awk

package info (click to toggle)
magyarispell 0.99.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 3,996 kB
  • ctags: 132
  • sloc: sh: 883; awk: 337; makefile: 240
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
    }
}