File: check

package info (click to toggle)
magyarispell 1.2%2Brepack-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,952 kB
  • sloc: sh: 1,032; awk: 404; makefile: 265; sed: 153; lisp: 102
file content (6 lines) | stat: -rwxr-xr-x 599 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh
# affixumllomnyokban megadott szalakok ellenrzse
#cat ../aff/* ../teszt/* ../szotar/kivetelek/ragozatlan/* | grep -o '<[^ 	*]*>' | hunspell  -l -d ../hu_HU
#cat ../aff/* ../teszt/* ../szotar/kivetelek/ragozatlan/* | grep -o '<\*[^ 	]*>' | hunspell  -l -G -d ../hu_HU
cat ../aff/* ../teszt/* ../szotar/kivetelek/ragozatlan/* | grep -o '<[^ 	*]*>' | tr -d '>' | tr '<' '\n' | awk '{print$0"\t"}' | hunspell -1 -l -d ../hu_HU
cat ../aff/* ../teszt/* ../szotar/kivetelek/ragozatlan/* | grep -o '<\*[^ 	]*>' | tr -d '>*' | tr '<' '\n' | awk '{print$0"\t"}' | hunspell -1 -l -G -d ../hu_HU