===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
comprez-2.7.3/zzcat-20-		in=$tmp
comprez-2.7.3/zzcat:21:		case "`file $tmp`" in	# warning, heuristic
comprez-2.7.3/zzcat-22-		*gzip*)		file=.gz;;
##############################################
comprez-2.7.3/Makefile-55-dist:
comprez-2.7.3/Makefile:56:	VER=`sed -n 's/^version=\([^ 	]*\).*/\1/p' $(PROG) | tail -1`;\
comprez-2.7.3/Makefile-57-	BASE=$(PROG)-$$VER;\
##############################################
comprez-2.7.3/z-145-	case "$arg" in
comprez-2.7.3/z:146:	*/)	arg=`echo "$arg" | sed 's,/*$,,'`;;
comprez-2.7.3/z-147-	esac
##############################################
comprez-2.7.3/z-149-	case "$arg" in
comprez-2.7.3/z:150:	*/*)	cd  `echo "$arg" | sed 's,[^/]*$,,'` || continue
comprez-2.7.3/z:151:		arg=`echo "$arg" | sed 's,.*/,,'`;;
comprez-2.7.3/z-152-	esac
##############################################
comprez-2.7.3/z-183-			tarf="$arg"
comprez-2.7.3/z:184:			dirf=`echo "$tarf" | sed 's/\.[^\.]*$//'`;;
comprez-2.7.3/z-185-		*.tar.[Zz]|*.tar.gz|*.tar.bz2|*.tar.lz|*.tar.xz)
comprez-2.7.3/z:186:			tarf=`echo "$arg"  | sed 's/\.[^\.]*$//'`
comprez-2.7.3/z:187:			dirf=`echo "$tarf" | sed 's/.tar$//'`;;
comprez-2.7.3/z-188-		*)
comprez-2.7.3/z:189:			dirf=`echo "$arg"  | sed 's/\.[^\.]*$//'`
comprez-2.7.3/z-190-			tarf="$dirf".tar;;
##############################################
comprez-2.7.3/z-237-			ls -a | sed '/^\.$/d; /^\.\.$/d' > $tmp
comprez-2.7.3/z:238:			nfiles=`wc -l < $tmp`
comprez-2.7.3/z-239-
comprez-2.7.3/z:240:			case "`echo $nfiles`" in
comprez-2.7.3/z-241-			0)	cat << EOF 1>&2
##############################################
comprez-2.7.3/z-246-			1)	rm ../"$tarf"
comprez-2.7.3/z:247:				case "`cat $tmp`" in
comprez-2.7.3/z-248-				"$dirf")	cd ..			     &&
##############################################
comprez-2.7.3/z-293-
comprez-2.7.3/z:294:		file=`echo "$arg" | sed 's/\.[^\.]*$//'`
comprez-2.7.3/z-295-		if test -f "$file" -o -d "$file"