===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
stda-1.3.1/Makefile-33-	rm -f tar.stamp
stda-1.3.1/Makefile:34:	pname="`grep -iE ' \($(PNAME)\)' README |tr -s ' '`" ; \
stda-1.3.1/Makefile-35-	help2man -N -n "$$pname" ./show_package_desc.sh \
##############################################
stda-1.3.1/Makefile-38-%.1: %
stda-1.3.1/Makefile:39:	fname=`basename $<` ; \
stda-1.3.1/Makefile:40:	pname="`$< -h |grep ^$$fname |cut -f2- -d:`" ; \
stda-1.3.1/Makefile-41-	help2man -N -n "$$pname" $< \
##############################################
stda-1.3.1/Makefile-79-	touch tar.stamp ; \
stda-1.3.1/Makefile:80:	vers=`cat $(VERSION)` ; \
stda-1.3.1/Makefile-81-	ups=`test -f debian/changelog && \
##############################################
stda-1.3.1/Makefile-93-tar-full: all
stda-1.3.1/Makefile:94:	vers=`cat $(VERSION)` ; \
stda-1.3.1/Makefile-95-	dvers=`test -f debian/changelog && \
##############################################
stda-1.3.1/Makefile-117-sums:
stda-1.3.1/Makefile:118:	@vers=`cat $(VERSION)` ; \
stda-1.3.1/Makefile-119-	dvers=`sed -n '1s/\(.*(\)\(.*\)\().*\)/\2/p' debian/changelog` ; \
##############################################
stda-1.3.1/Makefile-125-	@test ! -f debian/changelog && exit ; \
stda-1.3.1/Makefile:126:	vers=`cat $(VERSION)` ; \
stda-1.3.1/Makefile-127-	dvers=`sed -n '1s/\(.*(\)\(.*\)\().*\)/\2/p' debian/changelog` ; \
##############################################
stda-1.3.1/install.sh-12-UIDGID=0:0
stda-1.3.1/install.sh:13:BIN_FILES=`cd $SRC_DIR && ls -1 * |grep -v \.1`
stda-1.3.1/install.sh:14:MAN_FILES=`cd $SRC_DIR && ls -1 * |grep \.1` || true
stda-1.3.1/install.sh-15-
##############################################
stda-1.3.1/install.sh-44-#
stda-1.3.1/install.sh:45:set -- `echo $* |tr '=' ' '`
stda-1.3.1/install.sh-46-[ -z "$1" ] && set -- -h
##############################################
stda-1.3.1/install.sh-114-do
stda-1.3.1/install.sh:115:    if [ `expr $file : .*.1` -eq 0 ]; then
stda-1.3.1/install.sh-116-         set -- $BIN_DIR $file 755
##############################################
stda-1.3.1/src/maphimbu-26-#
stda-1.3.1/src/maphimbu:27:MYNAME=`basename $0`
stda-1.3.1/src/maphimbu-28-DX=0
##############################################
stda-1.3.1/src/maphimbu-42-do
stda-1.3.1/src/maphimbu:43:  [ "`echo |$a -v a=a '{}' 2>&1`" = "" ] && AWK=$a
stda-1.3.1/src/maphimbu-44-done
##############################################
stda-1.3.1/src/maphimbu-75-d=$2
stda-1.3.1/src/maphimbu:76:sep=`echo |awk '{printf( "%080s", 0 )}' |tr 0 "$2"`
stda-1.3.1/src/maphimbu-77-
##############################################
stda-1.3.1/src/maphimbu-152-opts="aChHnNUmd:x:Xy:Vrs:g:S"
stda-1.3.1/src/maphimbu:153:opts=`getopt $opts $*` || { opts="-h"; RC=1; }
stda-1.3.1/src/maphimbu-154-set -- $opts
##############################################
stda-1.3.1/src/maphimbu-163-               # Try to find out the floating point separator
stda-1.3.1/src/maphimbu:164:            FSEP="`echo $DX |tr -d '[0-9]'`"
stda-1.3.1/src/maphimbu-165-            [ -n "$FSEP" ] && FLOAT="0${FSEP}5"
##############################################
stda-1.3.1/src/mintegrate-47-                `
stda-1.3.1/src/mintegrate:48:         expected="`echo $4 |tr -d ' '`"
stda-1.3.1/src/mintegrate-49-         [ "$result" = "$expected" ] && status=ok || status=failed
##############################################
stda-1.3.1/src/mintegrate-62-   if [ $getopt ]; then
stda-1.3.1/src/mintegrate:63:         options=`$getopt $opts $*` || { options="-h"; getopt_rc=1; }
stda-1.3.1/src/mintegrate-64-   else # build-in function
##############################################
stda-1.3.1/src/mintegrate-70-      done
stda-1.3.1/src/mintegrate:71:      shift `expr $OPTIND - 1`
stda-1.3.1/src/mintegrate-72-      options="$options -- $*"
##############################################
stda-1.3.1/src/mintegrate-113-    -x <int>   $2 x-data column (default is $xc). If 0, the x-range is an index;
stda-1.3.1/src/mintegrate:114:    -y <int>   $2 y-data column, where y=f(x) (default is $yc)
stda-1.3.1/src/mintegrate-115-    -r x_0:x_1 $2 x-data range to consider
##############################################
stda-1.3.1/src/mintegrate-161-#
stda-1.3.1/src/mintegrate:162:progname=`basename $0`
stda-1.3.1/src/mintegrate-163-
##############################################
stda-1.3.1/src/mintegrate-180-     do
stda-1.3.1/src/mintegrate:181:        [ "`echo |$a -v a=a '{}' 2>&1`" = "" ] && AWK=$a
stda-1.3.1/src/mintegrate-182-     done
##############################################
stda-1.3.1/src/mintegrate-192-gops="VhDd:x:r:y:sSt:Tcap:F:"
stda-1.3.1/src/mintegrate:193:options=`getoptions $gops $*` && urc=0 || urc=1
stda-1.3.1/src/mintegrate-194-set -- $options
##############################################
stda-1.3.1/src/mintegrate-220-        ;;
stda-1.3.1/src/mintegrate:221:   -r ) x0=`echo $2 |cut -f1 -d:`
stda-1.3.1/src/mintegrate:222:        x1=`echo $2 |cut -f2 -d:`
stda-1.3.1/src/mintegrate-223-        data_range=1
##############################################
stda-1.3.1/src/mintegrate-233-   -t ) text=$2
stda-1.3.1/src/mintegrate:234:        text=`echo $text |sed "s/__/ /g"`
stda-1.3.1/src/mintegrate-235-        shift
##############################################
stda-1.3.1/src/muplot-34-#
stda-1.3.1/src/muplot:35:progname=`basename $0`
stda-1.3.1/src/muplot-36-cmdstr="$progname $*"
##############################################
stda-1.3.1/src/muplot-92-            cat "$_comm_file" |sed -n '/^#BEGIN/,/^#END/!p'
stda-1.3.1/src/muplot:93:       elif [ -n "`grep '^#BEGIN' $comm_file`" ]; then
stda-1.3.1/src/muplot-94-              # print everything btw. BEGIN and END
##############################################
stda-1.3.1/src/muplot-108-      # Last sanity check of the cmdline file-list string syntax:
stda-1.3.1/src/muplot:109:   if [ "`echo $1 |sed 's/^-..*/BAD/'`" = BAD ]; then
stda-1.3.1/src/muplot-110-        echo "Error: your file name can't start with '-'"
##############################################
stda-1.3.1/src/muplot-117-   elif [ $file_list_sort = yes ]; then
stda-1.3.1/src/muplot:118:        files_data=`eval ls "$1"` || _clean_up_ 10
stda-1.3.1/src/muplot-119-   else
##############################################
stda-1.3.1/src/muplot-122-      # If a single file, then basename is defined using it
stda-1.3.1/src/muplot:123:   if   [ `ls -1 "$files_data" 2>/dev/null |wc -l` -eq 1 ]; then
stda-1.3.1/src/muplot-124-          LIST_FILES="echo $files_data"
##############################################
stda-1.3.1/src/muplot-128-                  # Remove extension from name
stda-1.3.1/src/muplot:129:               bfname=`$LIST_FILES |sed "s/\.[^\.]*$//"`
stda-1.3.1/src/muplot-130-          fi
##############################################
stda-1.3.1/src/muplot-133-   fi
stda-1.3.1/src/muplot:134:   list_nr=`expr $list_nr + 1`
stda-1.3.1/src/muplot-135-
##############################################
stda-1.3.1/src/muplot-228-        ;;
stda-1.3.1/src/muplot:229:      s=*) echo "set `echo $1 |cut -f2- -d=`"
stda-1.3.1/src/muplot-230-        ;;
stda-1.3.1/src/muplot:231:      u=*) gstyle="`echo $1 |cut -f2- -d=`"
stda-1.3.1/src/muplot-232-        ;;
##############################################
stda-1.3.1/src/muplot-234-              # Format in case of date/time data
stda-1.3.1/src/muplot:235:           if [ x"`echo $1 |grep 'dt='`" != x ]; then
stda-1.3.1/src/muplot-236-              echo "set xdata time"
stda-1.3.1/src/muplot:237:              fmt="`echo $1  |cut -f2 -d= |cut -f1 -d@`"
stda-1.3.1/src/muplot:238:              fmtx="`echo $1 |cut -f2 -d= |cut -f2 -d@`"
stda-1.3.1/src/muplot-239-              echo "set timefmt '$fmt'"
##############################################
stda-1.3.1/src/muplot-251-  shift
stda-1.3.1/src/muplot:252:  _ns=`expr $_ns + 1`
stda-1.3.1/src/muplot-253-  done
##############################################
stda-1.3.1/src/muplot-283-       lsample="$1"
stda-1.3.1/src/muplot:284:       lsample=`echo $lsample |tr ',' '\040'` # Separate ranges by blanks
stda-1.3.1/src/muplot-285-       rc=0
##############################################
stda-1.3.1/src/muplot-306-  test -z "$_plot" && _plot=plot
stda-1.3.1/src/muplot:307:  lastabsc=`echo $_sample |cut -f1 -d:`
stda-1.3.1/src/muplot-308-
##############################################
stda-1.3.1/src/muplot-311-  do   # DATA_RANGE begin
stda-1.3.1/src/muplot:312:     absc=`echo $j |cut -f1-2 -d:`                           # 3-d
stda-1.3.1/src/muplot:313:     [ "$absc" = "$j" ] && absc=`echo $absc |cut -f1 -d:`    # 2-d
stda-1.3.1/src/muplot:314:     first=`echo $j |cut -f1 -d- |$AWK -F: '{print $NF}'`
stda-1.3.1/src/muplot:315:     last=`echo $j |cut -f2 -d-`
stda-1.3.1/src/muplot-316-     [ "$last" = "$j" ] && last=$first
##############################################
stda-1.3.1/src/muplot-368-     _plot=replot
stda-1.3.1/src/muplot:369:     i=`expr $i + 1`
stda-1.3.1/src/muplot:370:     I=`expr $I + 1`
stda-1.3.1/src/muplot-371-  done # DATA_RANGE end
##############################################
stda-1.3.1/src/muplot-407-           # the rest are options
stda-1.3.1/src/muplot:408:        viewer=`echo $_viewer |cut -f1 -d' '`
stda-1.3.1/src/muplot:409:        if [ ! "`_find_exec_in_path_ $viewer`" ]; then
stda-1.3.1/src/muplot-410-             echo "Warn: '$viewer' is not installed or is not in your \$PATH"
##############################################
stda-1.3.1/src/muplot-447-
stda-1.3.1/src/muplot:448:  if [ "`_find_exec_in_path_ $MUPLOT_VIEWER`" ]; then
stda-1.3.1/src/muplot-449-       test -n "$opt_landscape" \
##############################################
stda-1.3.1/src/muplot-471-{
stda-1.3.1/src/muplot:472:   reload_so_many=`echo $reload_conf |$AWK -F: '{print $1}'`
stda-1.3.1/src/muplot:473:   reload_int=`echo $reload_conf |$AWK -F: '{print $2}'`
stda-1.3.1/src/muplot-474-   [ "$reload_int" ] \
##############################################
stda-1.3.1/src/muplot-648-{
stda-1.3.1/src/muplot:649:  separator=`echo |$AWK '{printf( "%080d", 0 )}' |tr 0 -`
stda-1.3.1/src/muplot-650-  header_text="$progname $version: plot a multi-curve figure from multiple data by using Gnuplot"
##############################################
stda-1.3.1/src/muplot-672-     do
stda-1.3.1/src/muplot:673:        [ "`set +x; echo |$a -v a=a '{}' 2>&1`" = "" ] && AWK=$a
stda-1.3.1/src/muplot-674-     done
##############################################
stda-1.3.1/src/muplot-817-           # Check for samples and ranges
stda-1.3.1/src/muplot:818:        sample=`_tell_me_samples_to_plot_ "$1"` \
stda-1.3.1/src/muplot-819-        && shift
##############################################
stda-1.3.1/src/nnum-2-VERSION=2.2.2
stda-1.3.1/src/nnum:3:NAME=`basename $0`
stda-1.3.1/src/nnum-4-NV="$NAME $VERSION: print a series of integers, floats, or function values"
##############################################
stda-1.3.1/src/mmval-2-VERSION=1.3.1
stda-1.3.1/src/mmval:3:PROGNAME=`basename $0`
stda-1.3.1/src/mmval-4-DESC="$PROGNAME $VERSION: find minimum and maximum value in a data set"
##############################################
stda-1.3.1/src/mmval-43-opts="mMnc:vh"
stda-1.3.1/src/mmval:44:opts=`getopt $opts $*` && RC=0 || { opts="-h"; RC=1; }
stda-1.3.1/src/mmval-45-set -- $opts
##############################################
stda-1.3.1/src/prefield-2-VERSION=1.4.8
stda-1.3.1/src/prefield:3:NAME=`basename $0`
stda-1.3.1/src/prefield-4-NV="$NAME $VERSION:"
##############################################
stda-1.3.1/show_package_desc.sh-5-[ x$1 = x--version ] && \
stda-1.3.1/show_package_desc.sh:6:  echo `expr $PWD : ".*\/\(.*\)-[0-9\.]*"` `cat VERSION` && \
stda-1.3.1/show_package_desc.sh-7-  grep "Copyright (C)" README && \