===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
man2html-1.6g/configure-71-      *)
man2html-1.6g/configure:72:	languages=`echo $arg | sed -e 's/,/ /g'`
man2html-1.6g/configure-73-    esac
##############################################
man2html-1.6g/configure-84-      --enable-*)
man2html-1.6g/configure:85:          arg=`echo $arg | sed -e 's/--enable-/+/'`
man2html-1.6g/configure-86-	  ;;
man2html-1.6g/configure-87-      --disable-*)
man2html-1.6g/configure:88:          arg=`echo $arg | sed -e 's/--disable-/-/'`
man2html-1.6g/configure-89-	  ;;
man2html-1.6g/configure-90-      --*)
man2html-1.6g/configure:91:          arg=`echo $arg | sed -e 's/--/-/'`
man2html-1.6g/configure-92-    esac
##############################################
man2html-1.6g/configure-100-      -prefix=*)
man2html-1.6g/configure:101:	  prefix=`echo $arg | sed -e 's/-prefix=//'`
man2html-1.6g/configure-102-	  ;;
man2html-1.6g/configure-103-      -bindir=*)
man2html-1.6g/configure:104:          bindir=`echo $arg | sed -e 's/-bindir=//'`
man2html-1.6g/configure-105-	  ;;
man2html-1.6g/configure-106-      -confdir=*)
man2html-1.6g/configure:107:          confdir=`echo $arg | sed -e 's/-confdir=//'`
man2html-1.6g/configure-108-	  confexplicit=1
##############################################
man2html-1.6g/configure-113-      -confprefix=*)
man2html-1.6g/configure:114:          confprefix=`echo $arg | sed -e 's/-confprefix=//'`
man2html-1.6g/configure-115-	  ;;
man2html-1.6g/configure-116-      -mandir=*)
man2html-1.6g/configure:117:          mandir=`echo $arg | sed -e 's/-mandir=//'`
man2html-1.6g/configure-118-	  manexplicit=1
##############################################
man2html-1.6g/configure-120-      -sbindir=*)
man2html-1.6g/configure:121:          sbindir=`echo $arg | sed -e 's/-sbindir=//'`
man2html-1.6g/configure-122-	  ;;
##############################################
man2html-1.6g/configure-275-else
man2html-1.6g/configure:276:  uid_t=`awk '/pw_uid;/ {print $1}' $INCLUDEDIR/pwd.h`
man2html-1.6g/configure-277-  DEFS="$DEFS -Duid_t=${uid_t} -Dgid_t=${uid_t}"
##############################################
man2html-1.6g/configure-464-  do
man2html-1.6g/configure:465:    if test `eval echo \\$Fg$i` = "missing"
man2html-1.6g/configure-466-    then
##############################################
man2html-1.6g/configure-559-      echo ""
man2html-1.6g/configure:560:      echo $n "$filter command to use [`eval echo \\$$filter`] $c"
man2html-1.6g/configure-561-      read tmp
##############################################
man2html-1.6g/configure-573-          fi
man2html-1.6g/configure:574:        elif test -f `echo $tmp | $awk '{print $1}'`
man2html-1.6g/configure-575-        then
##############################################
man2html-1.6g/configure-580-          echo ""
man2html-1.6g/configure:581:          echo "`echo $tmp | $awk '{print $1}'` doesn't seem to exist!  Try again or enter \`missing'"
man2html-1.6g/configure-582-        fi
man2html-1.6g/configure:583:      elif test `eval echo \\$$filter | $awk '{print $1}'` = "missing"
man2html-1.6g/configure-584-      then
##############################################
man2html-1.6g/configure-586-        eval $filter=""
man2html-1.6g/configure:587:      elif test -f `eval echo \\$$filter | $awk '{print $1}'`
man2html-1.6g/configure-588-      then
##############################################
man2html-1.6g/configure-592-        echo ""
man2html-1.6g/configure:593:        echo "`eval echo \\$$filter | $awk '{print $1}'` doesn't seem to exist!  Try again or enter \`missing'"
man2html-1.6g/configure-594-      fi
##############################################
man2html-1.6g/configure-601-  do
man2html-1.6g/configure:602:    echo "$filter command:	`eval echo \\$$filter`"
man2html-1.6g/configure:603:    if test `eval echo \\$$filter | $awk '{print $1}'` = "missing"
man2html-1.6g/configure-604-    then
##############################################
man2html-1.6g/configure-703-    esac
man2html-1.6g/configure:704:    dd=`eval echo \\$$d`
man2html-1.6g/configure-705-    dir=$prefix/$dd
##############################################
man2html-1.6g/configure-723-        eval $d=$tmpdir
man2html-1.6g/configure:724:        newprefix=`echo $tmpdir | sed -e "s:/$dd::"`
man2html-1.6g/configure-725-        if test "$tmpdir" = "$newprefix/$dd"
##############################################
man2html-1.6g/configure-796-  for i in ??; do
man2html-1.6g/configure:797:    langname=`cat $i.txt`
man2html-1.6g/configure-798-    echo $n "Install $langname pages? [no] $c"
##############################################
man2html-1.6g/configure-832-  DEF_NLSPATH="/usr/share/locale/%L/%N:/usr/lib/locale/%N/%L"
man2html-1.6g/configure:833:  deflocalepath=`echo $NLSPATH:$DEF_NLSPATH | sed 's/:/ /g'`
man2html-1.6g/configure-834-  for i in $deflocalepath; do
man2html-1.6g/configure-835-    if [ x$deflocale = x ]; then
man2html-1.6g/configure:836:      tstdir=`echo $i | sed -e 's/%N//; s/%L//'`
man2html-1.6g/configure-837-      if [ -d "$tstdir" ]; then
##############################################
man2html-1.6g/configure-839-#      else
man2html-1.6g/configure:840:#	tstdir=`echo $i | sed -e 's/%N/*/; s/%L/*/'`
man2html-1.6g/configure-841-#	if [ -d "$tstdir" ]; then
##############################################
man2html-1.6g/configure-1045-        then
man2html-1.6g/configure:1046:          if test -f `echo $tmp | $awk '{print $1}'`
man2html-1.6g/configure-1047-          then
##############################################
man2html-1.6g/configure-1052-            echo ""
man2html-1.6g/configure:1053:            echo "`echo $tmp | $awk '{print $1}'` doesn't seem to exist!  Try again!"
man2html-1.6g/configure-1054-          fi
man2html-1.6g/configure:1055:        elif test -f `echo "$compress" | $awk '{print $1}'`
man2html-1.6g/configure-1056-        then
##############################################
man2html-1.6g/configure-1060-          echo ""
man2html-1.6g/configure:1061:          echo "`echo "$compress" | $awk '{print $1}'` doesn't seem to exist!  Try again!"
man2html-1.6g/configure-1062-        fi
##############################################
man2html-1.6g/configure-1171-	  echo "Command to use for .xz files (standard xz)"
man2html-1.6g/configure:1172:	  echo $n "[`eval echo \\$$filter`] $c" ;;
man2html-1.6g/configure-1173-	gunzip)
man2html-1.6g/configure-1174-	  echo "Command to use for .gz files (standard gzip)"
man2html-1.6g/configure:1175:	  echo $n "[`eval echo \\$$filter`] $c" ;;
man2html-1.6g/configure-1176-	bzip2)
man2html-1.6g/configure-1177-	  echo "Command to use for .bz2 files (standard bzip2)"
man2html-1.6g/configure:1178:	  echo $n "[`eval echo \\$$filter`] $c" ;;
man2html-1.6g/configure-1179-	unlzma)
man2html-1.6g/configure-1180-	  echo "Command to use for .lzma files (standard lzma)"
man2html-1.6g/configure:1181:	  echo $n "[`eval echo \\$$filter`] $c" ;;
man2html-1.6g/configure-1182-        pcat)
man2html-1.6g/configure-1183-          echo "Command to use for .z files (pack/unpack)"
man2html-1.6g/configure:1184:          echo $n "[`eval echo \\$$filter`] $c" ;;
man2html-1.6g/configure-1185-        zcat)
man2html-1.6g/configure-1186-          echo "Command to use for .Z files (standard compress)"
man2html-1.6g/configure:1187:          echo $n "[`eval echo \\$$filter`] $c" ;;
man2html-1.6g/configure-1188-        fcat)
man2html-1.6g/configure-1189-          echo "Command to use for .F files (freeze/melt from net posting)"
man2html-1.6g/configure:1190:          echo $n "[`eval echo \\$$filter`] $c" ;;
man2html-1.6g/configure-1191-        unyabba)
man2html-1.6g/configure-1192-          echo "Command to use for .Y files (yabba/unyabba from net posting)"
man2html-1.6g/configure:1193:          echo $n "[`eval echo \\$$filter`] $c" ;;
man2html-1.6g/configure-1194-        esac
##############################################
man2html-1.6g/configure-1201-          eval $filter=""
man2html-1.6g/configure:1202:        elif test -f `echo $tmp | $awk '{print $1}'`
man2html-1.6g/configure-1203-        then
##############################################
man2html-1.6g/configure-1208-          echo ""
man2html-1.6g/configure:1209:          echo "`echo $tmp | $awk '{print $1}'` doesn't seem to exist!  Try again or enter \`missing'"
man2html-1.6g/configure-1210-        fi
man2html-1.6g/configure:1211:      elif test `eval echo \\$$filter | $awk '{print $1}'` = "missing"
man2html-1.6g/configure-1212-      then
##############################################
man2html-1.6g/configure-1214-        eval $filter=""
man2html-1.6g/configure:1215:      elif test -f `eval echo \\$$filter | $awk '{print $1}'`
man2html-1.6g/configure-1216-      then
##############################################
man2html-1.6g/configure-1220-        echo ""
man2html-1.6g/configure:1221:        echo "`eval echo \\$$filter | $awk '{print $1}'` doesn't seem to exist!  Try again or enter \`missing'"
man2html-1.6g/configure-1222-      fi
##############################################
man2html-1.6g/configure-1229-  do
man2html-1.6g/configure:1230:    echo "$filter command:   	`eval echo \\$$filter`"
man2html-1.6g/configure:1231:    if test `eval echo \\$$filter | $awk '{print $1}'` = "missing"
man2html-1.6g/configure-1232-    then
##############################################
man2html-1.6g/configure-1274-infile='$infile'
man2html-1.6g/configure:1275:shebang='`sed -n -e 1p $infile.in`'
man2html-1.6g/configure-1276-cb='$cb'
##############################################
man2html-1.6g/src/makewhatis.sh-41-
man2html-1.6g/src/makewhatis.sh:42:program=`basename $0`
man2html-1.6g/src/makewhatis.sh-43-
##############################################
man2html-1.6g/src/makewhatis.sh-102-else
man2html-1.6g/src/makewhatis.sh:103:	sections=`$AWK '($1 == "MANSECT") { print $2 }' @man_config_file@`
man2html-1.6g/src/makewhatis.sh-104-	if [ x"$sections" = x ]; then
##############################################
man2html-1.6g/src/makewhatis.sh-107-fi
man2html-1.6g/src/makewhatis.sh:108:sections=`echo $sections | sed -e 's/:/ /g'`
man2html-1.6g/src/makewhatis.sh-109-
##############################################
man2html-1.6g/src/makewhatis.sh-155-
man2html-1.6g/src/makewhatis.sh:156:manpath=`echo ${manpath-$defmanpath} | tr : ' '`
man2html-1.6g/src/makewhatis.sh-157-if [ x"$catpath" = x ]; then
man2html-1.6g/src/makewhatis.sh:158:   for d in `echo $defcatpath | tr : ' '`
man2html-1.6g/src/makewhatis.sh-159-   do
##############################################
man2html-1.6g/src/makewhatis.sh-162-fi
man2html-1.6g/src/makewhatis.sh:163:catpath=`echo ${catpath} | tr : ' '`
man2html-1.6g/src/makewhatis.sh-164-
##############################################
man2html-1.6g/src/apropos.sh-17-
man2html-1.6g/src/apropos.sh:18:program=`basename $0`
man2html-1.6g/src/apropos.sh-19-
##############################################
man2html-1.6g/src/man2dvi-16-
man2html-1.6g/src/man2dvi:17:location=`man -c -w $1`
man2html-1.6g/src/man2dvi-18-
##############################################
man2html-1.6g/src/man2dvi-22-
man2html-1.6g/src/man2dvi:23:case `file $location` in
man2html-1.6g/src/man2dvi-24-  *gzip* )
##############################################
man2html-1.6g/man2html/scripts/cgi-bin/man/man2html-69-	*)
man2html-1.6g/man2html/scripts/cgi-bin/man/man2html:70:	    PAGE=`man -w -c "$@" 2>/dev/null`
man2html-1.6g/man2html/scripts/cgi-bin/man/man2html-71-	    ;;
##############################################
man2html-1.6g/man2html/scripts/cgi-bin/man/man2html-73-else
man2html-1.6g/man2html/scripts/cgi-bin/man/man2html:74:	PAGE=`man -w -c "$@" 2>/dev/null`
man2html-1.6g/man2html/scripts/cgi-bin/man/man2html-75-fi
##############################################
man2html-1.6g/man2html/hman.sh-20-if [ x"$1" = x"-v" ] || [ x"$1" = x"-V" ]; then
man2html-1.6g/man2html/hman.sh:21:	echo "`basename $0` from %version%"
man2html-1.6g/man2html/hman.sh-22-	exit 0
##############################################
man2html-1.6g/man2html/hman.sh-86-	    /*)
man2html-1.6g/man2html/hman.sh:87:		$HMAN_BROWSER "$CG/man2html?query=`urlencode "$1"`" ;;
man2html-1.6g/man2html/hman.sh-88-	    */*)
man2html-1.6g/man2html/hman.sh:89:		$HMAN_BROWSER "$CG/man2html?query=`urlencode "$PWD/$1"`" ;;
man2html-1.6g/man2html/hman.sh-90-	    *)
man2html-1.6g/man2html/hman.sh:91:		$HMAN_BROWSER "$CG/man2html?query=`urlencode "$1"`" ;;
man2html-1.6g/man2html/hman.sh-92-          esac ;;
##############################################
man2html-1.6g/man2html/hman.sh-94-            -k)
man2html-1.6g/man2html/hman.sh:95:                $HMAN_BROWSER "$CG/mansearch?query=`urlencode "$2"`" ;;
man2html-1.6g/man2html/hman.sh-96-            *)
man2html-1.6g/man2html/hman.sh-97-		if [ "$2" = index ]; then
man2html-1.6g/man2html/hman.sh:98:		    $HMAN_BROWSER "$CG/manwhatis?query=`urlencode "$1"`"
man2html-1.6g/man2html/hman.sh-99-                else
man2html-1.6g/man2html/hman.sh:100:		    $HMAN_BROWSER "$CG/man2html?query=`urlencode "$1 $2"`"
man2html-1.6g/man2html/hman.sh-101-                fi ;;
##############################################
man2html-1.6g/msgs/inst.sh-28-  if [ -f $j ]; then
man2html-1.6g/msgs/inst.sh:29:    i=`echo $j | sed -e 's/mess.//; s/.cat//'`
man2html-1.6g/msgs/inst.sh:30:    dest=`echo $locdir | sed -e "s/%N/man/; s/%L/$i/"`
man2html-1.6g/msgs/inst.sh-31-    dest=${PREFIX}$dest
man2html-1.6g/msgs/inst.sh:32:    echo "mkdir -p `dirname $dest`"
man2html-1.6g/msgs/inst.sh:33:    mkdir -p `dirname $dest`;
man2html-1.6g/msgs/inst.sh-34-    echo "install -c -m 644 $j $dest"
##############################################
man2html-1.6g/man/Makefile.in-43-	@for i in @languages@; do if test -d $$i; then echo; \
man2html-1.6g/man/Makefile.in:44:		echo "==== Making the `cat $$i.txt` man pages. ===="; \
man2html-1.6g/man/Makefile.in-45-		cd $$i; make -f ../Makefile; cd ..; \
##############################################
man2html-1.6g/man/Makefile.in-49-	@for i in @languages@; do if test -d $$i; then echo; \
man2html-1.6g/man/Makefile.in:50:		echo "==== Installing the `cat $$i.txt` man pages. ===="; \
man2html-1.6g/man/Makefile.in-51-		cd $$i; SLANG=/$$i; if test $$SLANG = /en; then SLANG= ; fi; \
##############################################
man2html-1.6g/debian/patches/003-hman-browser.patch-20-+if [ x"$1" = x"-v" ] || [ x"$1" = x"-V" ]; then
man2html-1.6g/debian/patches/003-hman-browser.patch:21: 	echo "`basename $0` from %version%"
man2html-1.6g/debian/patches/003-hman-browser.patch-22- 	exit 0
##############################################
man2html-1.6g/debian/patches/015-hman-urlencode.patch-33--		$HMAN_BROWSER "$CG/man2html?$1" ;;
man2html-1.6g/debian/patches/015-hman-urlencode.patch:34:+		$HMAN_BROWSER "$CG/man2html?query=`urlencode "$1"`" ;;
man2html-1.6g/debian/patches/015-hman-urlencode.patch-35- 	    */*)
man2html-1.6g/debian/patches/015-hman-urlencode.patch-36--		$HMAN_BROWSER "$CG/man2html?$PWD/$1" ;;
man2html-1.6g/debian/patches/015-hman-urlencode.patch:37:+		$HMAN_BROWSER "$CG/man2html?query=`urlencode "$PWD/$1"`" ;;
man2html-1.6g/debian/patches/015-hman-urlencode.patch-38- 	    *)
man2html-1.6g/debian/patches/015-hman-urlencode.patch-39--		$HMAN_BROWSER "$CG/man2html?$1" ;;
man2html-1.6g/debian/patches/015-hman-urlencode.patch:40:+		$HMAN_BROWSER "$CG/man2html?query=`urlencode "$1"`" ;;
man2html-1.6g/debian/patches/015-hman-urlencode.patch-41-           esac ;;
##############################################
man2html-1.6g/debian/patches/015-hman-urlencode.patch-44--                $HMAN_BROWSER "$CG/mansearch?$2" ;;
man2html-1.6g/debian/patches/015-hman-urlencode.patch:45:+                $HMAN_BROWSER "$CG/mansearch?query=`urlencode "$2"`" ;;
man2html-1.6g/debian/patches/015-hman-urlencode.patch-46-             *)
##############################################
man2html-1.6g/debian/patches/015-hman-urlencode.patch-48--		    $HMAN_BROWSER "$CG/manwhatis?$CG+$1"
man2html-1.6g/debian/patches/015-hman-urlencode.patch:49:+		    $HMAN_BROWSER "$CG/manwhatis?query=`urlencode "$1"`"
man2html-1.6g/debian/patches/015-hman-urlencode.patch-50-                 else
man2html-1.6g/debian/patches/015-hman-urlencode.patch-51--		    $HMAN_BROWSER "$CG/man2html?$1+$2"
man2html-1.6g/debian/patches/015-hman-urlencode.patch:52:+		    $HMAN_BROWSER "$CG/man2html?query=`urlencode "$1 $2"`"
man2html-1.6g/debian/patches/015-hman-urlencode.patch-53-                 fi ;;
##############################################
man2html-1.6g/debian/rules-49-	        | while read mp; do                                                             \
man2html-1.6g/debian/rules:50:	        lang=`echo $$mp| sed -e 's|.*/\(..\)/[^/]*$$|\1|'` ;                            \
man2html-1.6g/debian/rules:51:	        file="$(TMPMAN)/`basename $$mp`";                                               \
man2html-1.6g/debian/rules-52-	        [ "$$lang" != "en"  ] || continue;                                              \
##############################################
man2html-1.6g/.pc/001-hman-bashism.patch/man2html/hman.sh-20-if [ x"$1" = x"-v" -o x"$1" = x"-V" ]; then
man2html-1.6g/.pc/001-hman-bashism.patch/man2html/hman.sh:21:	echo "`basename $0` from %version%"
man2html-1.6g/.pc/001-hman-bashism.patch/man2html/hman.sh-22-	exit 0
##############################################
man2html-1.6g/.pc/003-hman-browser.patch/man2html/hman.sh-20-if [ x"$1" = x"-v" -o x"$1" = x"-V" ]; then
man2html-1.6g/.pc/003-hman-browser.patch/man2html/hman.sh:21:	echo "`basename $0` from %version%"
man2html-1.6g/.pc/003-hman-browser.patch/man2html/hman.sh-22-	exit 0
##############################################
man2html-1.6g/.pc/005-paths.patch/man2html/hman.sh-20-if [ x"$1" = x"-v" ] || [ x"$1" = x"-V" ]; then
man2html-1.6g/.pc/005-paths.patch/man2html/hman.sh:21:	echo "`basename $0` from %version%"
man2html-1.6g/.pc/005-paths.patch/man2html/hman.sh-22-	exit 0
##############################################
man2html-1.6g/.pc/005-paths.patch/man2html/scripts/cgi-bin/man/man2html-69-	*)
man2html-1.6g/.pc/005-paths.patch/man2html/scripts/cgi-bin/man/man2html:70:	    PAGE=`man -w -c "$@" 2>/dev/null`
man2html-1.6g/.pc/005-paths.patch/man2html/scripts/cgi-bin/man/man2html-71-	    ;;
##############################################
man2html-1.6g/.pc/005-paths.patch/man2html/scripts/cgi-bin/man/man2html-73-else
man2html-1.6g/.pc/005-paths.patch/man2html/scripts/cgi-bin/man/man2html:74:	PAGE=`man -w -c "$@" 2>/dev/null`
man2html-1.6g/.pc/005-paths.patch/man2html/scripts/cgi-bin/man/man2html-75-fi
##############################################
man2html-1.6g/.pc/014-hman-sensible-browser.patch/man2html/hman.sh-20-if [ x"$1" = x"-v" ] || [ x"$1" = x"-V" ]; then
man2html-1.6g/.pc/014-hman-sensible-browser.patch/man2html/hman.sh:21:	echo "`basename $0` from %version%"
man2html-1.6g/.pc/014-hman-sensible-browser.patch/man2html/hman.sh-22-	exit 0
##############################################
man2html-1.6g/.pc/015-hman-urlencode.patch/man2html/hman.sh-20-if [ x"$1" = x"-v" ] || [ x"$1" = x"-V" ]; then
man2html-1.6g/.pc/015-hman-urlencode.patch/man2html/hman.sh:21:	echo "`basename $0` from %version%"
man2html-1.6g/.pc/015-hman-urlencode.patch/man2html/hman.sh-22-	exit 0