===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
dwww-1.13.5/common.mk-123-    if [ "$$1" = "notdir" ] ; then                                  \
dwww-1.13.5/common.mk:124:      dir="`dirname "$$dir"`";                                      \
dwww-1.13.5/common.mk:125:      bfile="`basename "$$tgt"`";                                   \
dwww-1.13.5/common.mk-126-    elif [ "$$1" = "compress" ] ; then                              \
##############################################
dwww-1.13.5/common.mk-141-      [ -n "$$bfile" ] && tgt="$$dir/$$bfile"  ||                   \
dwww-1.13.5/common.mk:142:        tgt="$$dir/`basename "$$file"`";                            \
dwww-1.13.5/common.mk-143-      echo "installing $$what $(ddirshort)$$tgt";                   \
##############################################
dwww-1.13.5/common.mk-156-    echo "installing link   $(ddirshort)$$file";                   \
dwww-1.13.5/common.mk:157:    $(install_dir) $(DESTDIR)/`dirname "$$file"`;                  \
dwww-1.13.5/common.mk-158-    rm -f "$(DESTDIR)/$$file";                                     \
##############################################
dwww-1.13.5/common.mk-190-        --name="INSTALL-DOCS"                                   \
dwww-1.13.5/common.mk:191:      > `dirname $$file`/`basename $$file .pod`;                \
dwww-1.13.5/common.mk-192-  done
##############################################
dwww-1.13.5/common.mk-218-	$(AT) PERL5LIB="$(TOPDIR)/perl" $(PERL)  -e  \
dwww-1.13.5/common.mk:219:	'exec ("'$(PERL)'", "-e", join("",@ARGV)) if $$#ARGV >-1; '\
dwww-1.13.5/common.mk-220-	' $$|=1;                                    '\
##############################################
dwww-1.13.5/debian/changelog-891-    (closes: #193449).
dwww-1.13.5/debian/changelog:892:  * dwww.menu-method: replace `$' with `-' in generated file names.
dwww-1.13.5/debian/changelog-893-  * dwww-convert: it seems magic2mime command was removed from current file
##############################################
dwww-1.13.5/debian/dwww.postinst-83-EOF
dwww-1.13.5/debian/dwww.postinst:84:system ($dh_commands) / 256 == 0
dwww-1.13.5/debian/dwww.postinst-85-    or die "Problem with shell scripts: $!";
##############################################
dwww-1.13.5/debian/dwww.postinst-98-    {
dwww-1.13.5/debian/dwww.postinst:99:        system("rm", "-rf", "$olddocdir/dwww");
dwww-1.13.5/debian/dwww.postinst-100-    }
##############################################
dwww-1.13.5/debian/dwww.postinst-109-        unlink "$newcgidir/dwww";
dwww-1.13.5/debian/dwww.postinst:110:        system("cp","-p","$stdcgidir/dwww", "$newcgidir/dwww");
dwww-1.13.5/debian/dwww.postinst-111-    }
##############################################
dwww-1.13.5/debian/dwww.prerm-18-		dwwwf="/etc/dwww/apache.conf"
dwww-1.13.5/debian/dwww.prerm:19:		if [ -L "$cfile" ] && [ x`readlink -f "$cfile"` = x"$dwwwf" ]; then
dwww-1.13.5/debian/dwww.prerm-20-			rm -f "$cfile"
##############################################
dwww-1.13.5/scripts/dwww-55-else
dwww-1.13.5/scripts/dwww:56:	uri="`urlencode $1`"
dwww-1.13.5/scripts/dwww-57-	exec "$www_browser" "$prot://$DWWW_SERVERNAME/cgi-bin/dwww?search=$uri"
##############################################
dwww-1.13.5/scripts/dwww-convert-120-        } else {
dwww-1.13.5/scripts/dwww-convert:121:            system($decompressor);
dwww-1.13.5/scripts/dwww-convert-122-            return;
##############################################
dwww-1.13.5/scripts/dwww-convert-294-    my $cachePipe   = defined $cacheProg ? " | $cacheProg" : "";
dwww-1.13.5/scripts/dwww-convert:295:    system("/usr/lib/cgi-bin/info2www \"$filename\"" . $cachePipe);
dwww-1.13.5/scripts/dwww-convert-296-} # }}}
##############################################
dwww-1.13.5/scripts/dwww-convert-522-        # Store the file in the cache unless it is already stored
dwww-1.13.5/scripts/dwww-convert:523:        if (system ("dwww-cache --lookup \"$type\" \"$file\"") == 0) {
dwww-1.13.5/scripts/dwww-convert-524-            exit 0;
##############################################
dwww-1.13.5/scripts/dwww-format-man-54-    # redirected to /dev/null.
dwww-1.13.5/scripts/dwww-format-man:55:    if (system("dwww-convert", "man", $file) != 0)
dwww-1.13.5/scripts/dwww-format-man-56-    {