===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
apertium-cy-en-0.1.1~r57554/autogen.sh-22-
apertium-cy-en-0.1.1~r57554/autogen.sh:23:dir=`echo "$0" | sed 's,[^/]*$,,'`
apertium-cy-en-0.1.1~r57554/autogen.sh-24-test "x${dir}" = "x" && dir='.'
apertium-cy-en-0.1.1~r57554/autogen.sh-25-
apertium-cy-en-0.1.1~r57554/autogen.sh:26:if test "x`cd "${dir}" 2>/dev/null && pwd`" != "x`pwd`"
apertium-cy-en-0.1.1~r57554/autogen.sh-27-then
##############################################
apertium-cy-en-0.1.1~r57554/regression-tests.sh-5-for LINE in $LIST; do
apertium-cy-en-0.1.1~r57554/regression-tests.sh:6:	dir=`echo $LINE | cut -f2 -d'(' | cut -f1 -d')'`;
apertium-cy-en-0.1.1~r57554/regression-tests.sh-7-
##############################################
apertium-cy-en-0.1.1~r57554/regression-tests.sh-16-#	echo $LINE;
apertium-cy-en-0.1.1~r57554/regression-tests.sh:17:	SL=`echo $LINE | cut -f2 -d')' | sed 's/<i>//g' | sed 's/<\/i>//g' | cut -f2 -d'*' | sed 's/→/@/g' | cut -f1 -d'@' | sed 's/(note:/@/g' | sed 's/_/ /g'`;
apertium-cy-en-0.1.1~r57554/regression-tests.sh:18:	TL=`echo $LINE | sed 's/(\w\w)//g' | sed 's/<i>//g' | cut -f2 -d'*' | sed 's/<\/i>_→/@/g' | cut -f2 -d'@' | sed 's/_/ /g'`;
apertium-cy-en-0.1.1~r57554/regression-tests.sh-19-
apertium-cy-en-0.1.1~r57554/regression-tests.sh:20:	TR=`echo $SL | apertium -d . $mode`;
apertium-cy-en-0.1.1~r57554/regression-tests.sh-21-
apertium-cy-en-0.1.1~r57554/regression-tests.sh:22:	if [[ `echo $TR | tr '[A-Z]' '[a-z]'` != `echo $TL | tr '[A-Z]' '[a-z]'` ]]; then 
apertium-cy-en-0.1.1~r57554/regression-tests.sh-23-		echo -e $mode"\t "$SL"\n\t-$TL\n\t+ "$TR"\n";