===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
apertium-tur-0.2.0~r83161/dev/countstems.sh-4-
apertium-tur-0.2.0~r83161/dev/countstems.sh:5:allcounts=`foma -e "read lexc $LEXC" -e "quit" | grep Root | sed 's/,/\n/g'`
apertium-tur-0.2.0~r83161/dev/countstems.sh-6-
apertium-tur-0.2.0~r83161/dev/countstems.sh-7-for line in $allcounts; do
apertium-tur-0.2.0~r83161/dev/countstems.sh:8:	thing=`echo $line | sed -r 's/(.*)\.\.\.([0-9]*),?/\1/'`;
apertium-tur-0.2.0~r83161/dev/countstems.sh:9:	numbr=`echo $line | sed -r 's/(.*)\.\.\.([0-9]*),?/\2/'`;
apertium-tur-0.2.0~r83161/dev/countstems.sh-10-	if [[ "$thing" == "Root" ]]; then
apertium-tur-0.2.0~r83161/dev/countstems.sh-11-		rootsize=$numbr;
apertium-tur-0.2.0~r83161/dev/countstems.sh:12:		root=`grep -A$rootsize Root $LEXC | grep -v Root`;
apertium-tur-0.2.0~r83161/dev/countstems.sh-13-	fi;
##############################################
apertium-tur-0.2.0~r83161/dev/countstems.sh-15-
apertium-tur-0.2.0~r83161/dev/countstems.sh:16:root=`echo $root | sed -r 's/\s*;/\n/g'`;
apertium-tur-0.2.0~r83161/dev/countstems.sh-17-
##############################################
apertium-tur-0.2.0~r83161/dev/countstems.sh-19-for line in $allcounts; do
apertium-tur-0.2.0~r83161/dev/countstems.sh:20:	thing=`echo $line | sed -r 's/(.*)\.\.\.([0-9]*),?/\1/'`;
apertium-tur-0.2.0~r83161/dev/countstems.sh:21:	numbr=`echo $line | sed -r 's/(.*)\.\.\.([0-9]*),?/\2/'`;
apertium-tur-0.2.0~r83161/dev/countstems.sh-22-	for thingname in $root; do
##############################################
apertium-tur-0.2.0~r83161/dev/countstems.sh-28-
apertium-tur-0.2.0~r83161/dev/countstems.sh:29:echo `calc $string`;
##############################################
apertium-tur-0.2.0~r83161/dev/coveragemac.sh-4-
apertium-tur-0.2.0~r83161/dev/coveragemac.sh:5:EDICT=`cat $DIX | grep -e ' N[0-9] ; ' -e ' A[0-9] ; ' -e ' NUM ; ' -e ' PRON-.* ;' -e ' ADV[0-9] ; ' -e ' NP[0-9].* ;' -e ' V.* ; ' | wc -l`; 
apertium-tur-0.2.0~r83161/dev/coveragemac.sh-6-
apertium-tur-0.2.0~r83161/dev/coveragemac.sh:7:EPAR=`cat $DIX | grep 'LEXICON ' | wc -l`;
apertium-tur-0.2.0~r83161/dev/coveragemac.sh-8-TOTAL=`cat /tmp/tr.coverage.txt | wc -l`;
apertium-tur-0.2.0~r83161/dev/coveragemac.sh-9-KNOWN=`cat /tmp/tr.coverage.txt | grep -v '*' | wc -l`;
apertium-tur-0.2.0~r83161/dev/coveragemac.sh:10:COV=`calc $KNOWN / $TOTAL`;
apertium-tur-0.2.0~r83161/dev/coveragemac.sh-11-DATE=`date`;
##############################################
apertium-tur-0.2.0~r83161/dev/proof-lexicon.sh-1-LEXC=$1
apertium-tur-0.2.0~r83161/dev/proof-lexicon.sh:2:for line in `cat $LEXC | grep 'ADVINFL ; .*"' | sed 's/ /_/g' | sed 's/^! *//g'`; do 
apertium-tur-0.2.0~r83161/dev/proof-lexicon.sh:3:	word=`echo $line | cut -f1 -d':' | sed 's/^! *//g' | iconv -f utf-8 -t iso-8859-9`;
apertium-tur-0.2.0~r83161/dev/proof-lexicon.sh-4-	#wget -q -O - --referer "http://tdkterim.gov.tr/bts/arama/index.php" "http://tdkterim.gov.tr/bts/arama/?kategori=verilst&kelime=$word&ayn=tam"  | grep "$word" | grep -e "<i> a. bl.</i>" -e "<i> a. " -e "<i> a.</i>" > /dev/null