File: myspell-generic-process.sh

package info (click to toggle)
igerman98 20091006-4.2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,372 kB
  • ctags: 74
  • sloc: perl: 938; sh: 574; makefile: 558; sed: 32
file content (9 lines) | stat: -rwxr-xr-x 135 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#!/bin/sh
cat - \
| grep -v "##" \
| sed "s/qq//g;s/#.*//" \
| grep -v "\/.*d" \
| sort -u \
| ./bin/myspellfixprefix.pl \
| sort -u