mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
9 lines
292 B
Bash
Executable File
9 lines
292 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
RE=$(echo $(cut -d: -f1 scripts/spelling.dat | sed -e 's/^/\\</; s/$/\\>|/;') | sed -e 's/| /|/g; s/|$//;')
|
|
EX="\.(svn-base|tmp|xpm|ts)|context_help|spelling\.dat"
|
|
|
|
egrep --color=always "$RE" -ir . | egrep -iv "$EX"
|
|
egrep --color=always "$RE" -i resources/context_help/*-en_US
|