===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
calligraplan-3.2.2/devtools/scripts/check_calligra_install.sh-13-{
calligraplan-3.2.2/devtools/scripts/check_calligra_install.sh:14:  f=`echo $1 | sed -e 's,//,/,g'`
calligraplan-3.2.2/devtools/scripts/check_calligra_install.sh-15-  if [ -f $f ]; then
calligraplan-3.2.2/devtools/scripts/check_calligra_install.sh-16-    echo -n "Found: $f... "
calligraplan-3.2.2/devtools/scripts/check_calligra_install.sh:17:    mimetypes=`grep ^MimeType $f|sed -e 's/.*=//;s/;/,/g;'`
calligraplan-3.2.2/devtools/scripts/check_calligra_install.sh:18:    servicetypes=`grep ^ServiceTypes $f|sed -e 's/.*=//;s/$/,/g'`
calligraplan-3.2.2/devtools/scripts/check_calligra_install.sh-19-    fulllist="$mimetypes,$servicetypes"
##############################################
calligraplan-3.2.2/devtools/scripts/check_calligra_install.sh-27-    fi
calligraplan-3.2.2/devtools/scripts/check_calligra_install.sh:28:    nativemime=`grep X-KDE-NativeMimeType $f`
calligraplan-3.2.2/devtools/scripts/check_calligra_install.sh-29-    echo Native mimetype : $nativemime
##############################################
calligraplan-3.2.2/devtools/scripts/check_calligra_install.sh-63-      echo Looking under applnk dir: $dir
calligraplan-3.2.2/devtools/scripts/check_calligra_install.sh:64:      for f in `find $dir -name $instance.desktop`; do
calligraplan-3.2.2/devtools/scripts/check_calligra_install.sh-65-        checkname $f
##############################################
calligraplan-3.2.2/devtools/scripts/check_calligra_install.sh-80-  echo Service Types dir $dir
calligraplan-3.2.2/devtools/scripts/check_calligra_install.sh:81:  f=`echo $dir/calligra_part.desktop | sed -e 's,//,/,g'`
calligraplan-3.2.2/devtools/scripts/check_calligra_install.sh-82-  if [ -f $f ]; then
##############################################
calligraplan-3.2.2/devtools/scripts/gdb_output_to_text.pl-4-    my $a = $1;
calligraplan-3.2.2/devtools/scripts/gdb_output_to_text.pl:5:    eval( "\$a=\"$a\"" );
calligraplan-3.2.2/devtools/scripts/gdb_output_to_text.pl-6-    print $a;
##############################################
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh-32-      echo -n "Found: $dir$filename... "
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh:33:      hidden=`grep ^Hidden $dir$filename`
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh-34-      if [ "$hidden" == "true" ]; then
##############################################
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh-36-      else
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh:37:          mimetype=`grep ^MimeType $dir$filename|sed -e 's/.*=//'`
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh-38-          mimes="$mimes:$mimetype"; # using ':' because of IFS
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh:39:          patterns=`grep ^Patterns $dir$filename|sed -e 's/.*=//'`
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh-40-          if [ -n "$patterns" ]; then
##############################################
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh-48-      echo -n "Found: $dir$filename... "
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh:49:      hidden=`grep ^Hidden $dir$filename`
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh-50-      if [ "$hidden" == "true" ]; then
##############################################
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh-52-      else
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh:53:          mimetype=`grep ^MimeType $dir$filename|sed -e 's/.*=//'`
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh-54-          mimes="$mimes:$mimetype"; # using ':' because of IFS
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh:55:          patterns=`grep ^Patterns $dir$filename|sed -e 's/.*=//'`
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh-56-          if [ -n "$patterns" ]; then
##############################################
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh-64-IFS=" "
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh:65:mimes=`echo $mimes | sed -e 's/^://g'`
calligraplan-3.2.2/devtools/scripts/check_msword_import.sh-66-echo "Relevant mimetypes found: $mimes"
##############################################
calligraplan-3.2.2/devtools/scripts/show_duplicated_service_names.sh-11-    for f in $(desktop_files) ; do
calligraplan-3.2.2/devtools/scripts/show_duplicated_service_names.sh:12:        grep "^Type=Service\$" $f -q && a=`grep ^Name= $f` && echo $a
calligraplan-3.2.2/devtools/scripts/show_duplicated_service_names.sh-13-    done | sort | uniq -d | while read a ; do echo -n "^$a\$|" ; done
##############################################
calligraplan-3.2.2/tests/test_kundo2_i18n.sh-30-fi
calligraplan-3.2.2/tests/test_kundo2_i18n.sh:31:if test 1 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_kundo2_i18n.sh-32-    echo "FAIL: there should be 1 qtundo-format strings"
##############################################
calligraplan-3.2.2/tests/test_kundo2_i18n.sh-34-fi
calligraplan-3.2.2/tests/test_kundo2_i18n.sh:35:if test 3 -ne `grep "^msgid \"" "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_kundo2_i18n.sh-36-    echo "FAIL: there should be 3 message strings strings"
##############################################
calligraplan-3.2.2/tests/test_i18n_noop2.sh-30-fi
calligraplan-3.2.2/tests/test_i18n_noop2.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_i18n_noop2.sh-32-    echo "FAIL: there should be 0 qtundo-format strings"
##############################################
calligraplan-3.2.2/tests/test_i18n_noop2.sh-34-fi
calligraplan-3.2.2/tests/test_i18n_noop2.sh:35:if test 2 -ne `grep msgid "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_i18n_noop2.sh-36-    echo "FAIL: there should be 2 message strings"
##############################################
calligraplan-3.2.2/tests/test_i18n_noop.sh-30-fi
calligraplan-3.2.2/tests/test_i18n_noop.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_i18n_noop.sh-32-    echo "FAIL: there should be 0 qtundo-format strings"
##############################################
calligraplan-3.2.2/tests/test_i18n_noop.sh-34-fi
calligraplan-3.2.2/tests/test_i18n_noop.sh:35:if test 2 -ne `grep msgid "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_i18n_noop.sh-36-    echo "FAIL: there should be 2 message strings"
##############################################
calligraplan-3.2.2/tests/test_xi18ncp.sh-30-fi
calligraplan-3.2.2/tests/test_xi18ncp.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_xi18ncp.sh-32-    echo "FAIL: there should be 0 qtundo-format strings"
##############################################
calligraplan-3.2.2/tests/test_xi18ncp.sh-34-fi
calligraplan-3.2.2/tests/test_xi18ncp.sh:35:if test 2 -ne `grep "^msgid \"" "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_xi18ncp.sh-36-    echo "FAIL: there should be 2 message strings"
##############################################
calligraplan-3.2.2/tests/test_xi18nc_long.sh-30-fi
calligraplan-3.2.2/tests/test_xi18nc_long.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_xi18nc_long.sh-32-    echo "FAIL: there should be 0 qtundo-format strings"
##############################################
calligraplan-3.2.2/tests/test_xi18nc_long.sh-34-fi
calligraplan-3.2.2/tests/test_xi18nc_long.sh:35:if test 2 -ne `grep "^msgid \"" "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_xi18nc_long.sh-36-    echo "FAIL: there should be 2 message strings"
##############################################
calligraplan-3.2.2/tests/test_messages.sh-21-    echo "Testing $files: $file"
calligraplan-3.2.2/tests/test_messages.sh:22:    echo `grep '^potfilename=' "$file"`
calligraplan-3.2.2/tests/test_messages.sh:23:    count=`grep -c '^potfilename=' "$file"`
calligraplan-3.2.2/tests/test_messages.sh-24-    if [[ $count != 1 ]]; then
##############################################
calligraplan-3.2.2/tests/test_i18nc.sh-30-fi
calligraplan-3.2.2/tests/test_i18nc.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_i18nc.sh-32-    echo "FAIL: there should be 0 qtundo-format strings"
##############################################
calligraplan-3.2.2/tests/test_i18nc.sh-34-fi
calligraplan-3.2.2/tests/test_i18nc.sh:35:if test 2 -ne `grep msgid "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_i18nc.sh-36-    echo "FAIL: there should be 2 message strings"
##############################################
calligraplan-3.2.2/tests/test_kundo2_i18nc.sh-30-fi
calligraplan-3.2.2/tests/test_kundo2_i18nc.sh:31:if test 1 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_kundo2_i18nc.sh-32-    echo "FAIL: there should be 1 qtundo-format strings"
##############################################
calligraplan-3.2.2/tests/test_kundo2_i18nc.sh-34-fi
calligraplan-3.2.2/tests/test_kundo2_i18nc.sh:35:if test 2 -ne `grep "^msgid \"" "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_kundo2_i18nc.sh-36-    echo "FAIL: there should be 2 message strings"
##############################################
calligraplan-3.2.2/tests/test_kundo2_i18nc_long.sh-30-fi
calligraplan-3.2.2/tests/test_kundo2_i18nc_long.sh:31:if test 1 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_kundo2_i18nc_long.sh-32-    echo "FAIL: there should be 1 qtundo-format strings"
##############################################
calligraplan-3.2.2/tests/test_kundo2_i18nc_long.sh-34-fi
calligraplan-3.2.2/tests/test_kundo2_i18nc_long.sh:35:if test 2 -ne `grep "^msgid \"" "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_kundo2_i18nc_long.sh-36-    echo "FAIL: there should be 2 message strings"
##############################################
calligraplan-3.2.2/tests/test_xi18np.sh-30-fi
calligraplan-3.2.2/tests/test_xi18np.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_xi18np.sh-32-    echo "FAIL: there should be 0 qtundo-format strings"
##############################################
calligraplan-3.2.2/tests/test_xi18np.sh-34-fi
calligraplan-3.2.2/tests/test_xi18np.sh:35:if test 2 -ne `grep "^msgid \"" "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_xi18np.sh-36-    echo "FAIL: there should be 2 message strings"
##############################################
calligraplan-3.2.2/tests/test_i18np.sh-30-fi
calligraplan-3.2.2/tests/test_i18np.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_i18np.sh-32-    echo "FAIL: there should be 0 qtundo-format strings"
##############################################
calligraplan-3.2.2/tests/test_i18np.sh-34-fi
calligraplan-3.2.2/tests/test_i18np.sh:35:if test 2 -ne `grep "^msgid \"" "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_i18np.sh-36-    echo "FAIL: there should be 2 message strings"
##############################################
calligraplan-3.2.2/tests/test_i18nc_long.sh-30-fi
calligraplan-3.2.2/tests/test_i18nc_long.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_i18nc_long.sh-32-    echo "FAIL: there should be 0 qtundo-format strings"
##############################################
calligraplan-3.2.2/tests/test_i18nc_long.sh-34-fi
calligraplan-3.2.2/tests/test_i18nc_long.sh:35:if test 2 -ne `grep msgid "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_i18nc_long.sh-36-    echo "FAIL: there should be 2 message strings"
##############################################
calligraplan-3.2.2/tests/test_xi18n.sh-30-fi
calligraplan-3.2.2/tests/test_xi18n.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_xi18n.sh-32-    echo "FAIL: there should be 0 qtundo-format strings"
##############################################
calligraplan-3.2.2/tests/test_xi18n.sh-34-fi
calligraplan-3.2.2/tests/test_xi18n.sh:35:if test 2 -ne `grep msgid "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_xi18n.sh-36-    echo "FAIL: there should be 2 message strings"
##############################################
calligraplan-3.2.2/tests/test_i18n.sh-30-fi
calligraplan-3.2.2/tests/test_i18n.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_i18n.sh-32-    echo "FAIL: there should be 0 qtundo-format strings"
##############################################
calligraplan-3.2.2/tests/test_i18n.sh-34-fi
calligraplan-3.2.2/tests/test_i18n.sh:35:if test 2 -ne `grep msgid "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_i18n.sh-36-    echo "FAIL: there should be 2 message strings"
##############################################
calligraplan-3.2.2/tests/test_i18n_mixed.sh-30-fi
calligraplan-3.2.2/tests/test_i18n_mixed.sh:31:if test 1 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_i18n_mixed.sh-32-    echo "FAIL: there should be 1 qtundo-format strings"
##############################################
calligraplan-3.2.2/tests/test_i18n_mixed.sh-34-fi
calligraplan-3.2.2/tests/test_i18n_mixed.sh:35:if test 3 -ne `grep msgid "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_i18n_mixed.sh-36-    echo "FAIL: there should be 3 message strings"
##############################################
calligraplan-3.2.2/tests/test_xi18nc.sh-30-fi
calligraplan-3.2.2/tests/test_xi18nc.sh:31:if test 0 -ne `grep qtundo-format "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_xi18nc.sh-32-    echo "FAIL: there should be 0 qtundo-format strings"
##############################################
calligraplan-3.2.2/tests/test_xi18nc.sh-34-fi
calligraplan-3.2.2/tests/test_xi18nc.sh:35:if test 2 -ne `grep "^msgid \"" "$podir/$potfile"|wc -l`; then
calligraplan-3.2.2/tests/test_xi18nc.sh-36-    echo "FAIL: there should be 2 message strings"
##############################################
calligraplan-3.2.2/kundo2_aware_xgettext.sh-28-    POT_PART_QUNDOFORMAT="$1"
calligraplan-3.2.2/kundo2_aware_xgettext.sh:29:    POT_PART_QUNDOFORMAT2="`mktemp "$podir"/_qundoformat2_XXXXXXXX.pot`"
calligraplan-3.2.2/kundo2_aware_xgettext.sh-30-
##############################################
calligraplan-3.2.2/kundo2_aware_xgettext.sh-51-    SRC_FILES="$*"
calligraplan-3.2.2/kundo2_aware_xgettext.sh:52:    POT_PART_NORMAL="`mktemp "$podir"/_normal_XXXXXXXX.pot`"
calligraplan-3.2.2/kundo2_aware_xgettext.sh:53:    POT_PART_QUNDOFORMAT="`mktemp "$podir"/_qundoformat_XXXXXXXX.pot`"
calligraplan-3.2.2/kundo2_aware_xgettext.sh:54:    POT_MERGED="`mktemp "$podir"/_merged_XXXXXXXX.pot`"
calligraplan-3.2.2/kundo2_aware_xgettext.sh-55-
##############################################
calligraplan-3.2.2/kundo2_aware_xgettext.sh-105-    EXCLUDE=""
calligraplan-3.2.2/kundo2_aware_xgettext.sh:106:    for f in `find . -name .i18n | sed 's/\/\.i18n$//g' | sort`; do
calligraplan-3.2.2/kundo2_aware_xgettext.sh-107-        if ! grep -q "^${1}$" "$f/.i18n" ; then