===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ess-18.10.2/ChangeLog-3163-
ess-18.10.2/ChangeLog:3164:	* Makefile: Use `$(MAKE)' instead of `make'.
ess-18.10.2/ChangeLog-3165-
##############################################
ess-18.10.2/etc/ess-julia.jl-17-function help(topic::AbstractString)
ess-18.10.2/etc/ess-julia.jl:18:    VERSION >= v"0.4-" ? Core.eval(@current_module(), parse("@doc $topic")) : Base.Help.help(topic)
ess-18.10.2/etc/ess-julia.jl-19-end    
##############################################
ess-18.10.2/etc/other/config.guess-39-
ess-18.10.2/etc/other/config.guess:40:me=`echo "$0" | sed -e 's,.*/,,'`
ess-18.10.2/etc/other/config.guess-41-
##############################################
ess-18.10.2/etc/other/config.guess-108-: ${TMPDIR=/tmp} ;
ess-18.10.2/etc/other/config.guess:109: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
ess-18.10.2/etc/other/config.guess-110- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
ess-18.10.2/etc/other/config.guess-194-	    *)
ess-18.10.2/etc/other/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
ess-18.10.2/etc/other/config.guess-196-		;;
##############################################
ess-18.10.2/etc/other/config.guess-221-	*4.0)
ess-18.10.2/etc/other/config.guess:222:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
ess-18.10.2/etc/other/config.guess-223-		;;
ess-18.10.2/etc/other/config.guess-224-	*5.*)
ess-18.10.2/etc/other/config.guess:225:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
ess-18.10.2/etc/other/config.guess-226-		;;
##############################################
ess-18.10.2/etc/other/config.guess-231-	# types through head -n 1, so we only detect the type of CPU 0.
ess-18.10.2/etc/other/config.guess:232:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
ess-18.10.2/etc/other/config.guess-233-	case "$ALPHA_CPU_TYPE" in
##############################################
ess-18.10.2/etc/other/config.guess-269-	# 1.2 uses "1.2" for uname -r.
ess-18.10.2/etc/other/config.guess:270:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
ess-18.10.2/etc/other/config.guess-271-	exit ;;
##############################################
ess-18.10.2/etc/other/config.guess-326-    s390x:SunOS:*:*)
ess-18.10.2/etc/other/config.guess:327:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ess-18.10.2/etc/other/config.guess-328-	exit ;;
ess-18.10.2/etc/other/config.guess-329-    sun4H:SunOS:5.*:*)
ess-18.10.2/etc/other/config.guess:330:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ess-18.10.2/etc/other/config.guess-331-	exit ;;
ess-18.10.2/etc/other/config.guess-332-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
ess-18.10.2/etc/other/config.guess:333:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ess-18.10.2/etc/other/config.guess-334-	exit ;;
##############################################
ess-18.10.2/etc/other/config.guess-348-	fi
ess-18.10.2/etc/other/config.guess:349:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ess-18.10.2/etc/other/config.guess-350-	exit ;;
##############################################
ess-18.10.2/etc/other/config.guess-354-	# it's likely to be more like Solaris than SunOS4.
ess-18.10.2/etc/other/config.guess:355:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ess-18.10.2/etc/other/config.guess-356-	exit ;;
##############################################
ess-18.10.2/etc/other/config.guess-363-	# Japanese Language versions have a version number like `4.1.3-JL'.
ess-18.10.2/etc/other/config.guess:364:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
ess-18.10.2/etc/other/config.guess-365-	exit ;;
##############################################
ess-18.10.2/etc/other/config.guess-369-    sun*:*:4.2BSD:*)
ess-18.10.2/etc/other/config.guess:370:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
ess-18.10.2/etc/other/config.guess-371-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
ess-18.10.2/etc/other/config.guess-451-	$CC_FOR_BUILD -o $dummy $dummy.c &&
ess-18.10.2/etc/other/config.guess:452:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
ess-18.10.2/etc/other/config.guess:453:	  SYSTEM_NAME=`$dummy $dummyarg` &&
ess-18.10.2/etc/other/config.guess-454-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
ess-18.10.2/etc/other/config.guess-507-    *:IRIX*:*:*)
ess-18.10.2/etc/other/config.guess:508:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
ess-18.10.2/etc/other/config.guess-509-	exit ;;
##############################################
ess-18.10.2/etc/other/config.guess-537-EOF
ess-18.10.2/etc/other/config.guess:538:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
ess-18.10.2/etc/other/config.guess-539-		then
##############################################
ess-18.10.2/etc/other/config.guess-550-    *:AIX:*:[456])
ess-18.10.2/etc/other/config.guess:551:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
ess-18.10.2/etc/other/config.guess-552-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
ess-18.10.2/etc/other/config.guess-585-    9000/[34678]??:HP-UX:*:*)
ess-18.10.2/etc/other/config.guess:586:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ess-18.10.2/etc/other/config.guess-587-	case "${UNAME_MACHINE}" in
##############################################
ess-18.10.2/etc/other/config.guess-639-EOF
ess-18.10.2/etc/other/config.guess:640:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
ess-18.10.2/etc/other/config.guess-641-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
ess-18.10.2/etc/other/config.guess-667-    ia64:HP-UX:*:*)
ess-18.10.2/etc/other/config.guess:668:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ess-18.10.2/etc/other/config.guess-669-	echo ia64-hp-hpux${HPUX_REV}
##############################################
ess-18.10.2/etc/other/config.guess-697-EOF
ess-18.10.2/etc/other/config.guess:698:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
ess-18.10.2/etc/other/config.guess-699-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
ess-18.10.2/etc/other/config.guess-768-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ess-18.10.2/etc/other/config.guess:769:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
ess-18.10.2/etc/other/config.guess-770-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ess-18.10.2/etc/other/config.guess-773-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ess-18.10.2/etc/other/config.guess:774:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
ess-18.10.2/etc/other/config.guess-775-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ess-18.10.2/etc/other/config.guess-788-	    pc98)
ess-18.10.2/etc/other/config.guess:789:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ess-18.10.2/etc/other/config.guess-790-	    amd64)
ess-18.10.2/etc/other/config.guess:791:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ess-18.10.2/etc/other/config.guess-792-	    *)
ess-18.10.2/etc/other/config.guess:793:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ess-18.10.2/etc/other/config.guess-794-	esac
##############################################
ess-18.10.2/etc/other/config.guess-839-    prep*:SunOS:5.*:*)
ess-18.10.2/etc/other/config.guess:840:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ess-18.10.2/etc/other/config.guess-841-	exit ;;
##############################################
ess-18.10.2/etc/other/config.guess-843-	# the GNU system
ess-18.10.2/etc/other/config.guess:844:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
ess-18.10.2/etc/other/config.guess-845-	exit ;;
##############################################
ess-18.10.2/etc/other/config.guess-847-	# other systems with GNU libc and userland
ess-18.10.2/etc/other/config.guess:848:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
ess-18.10.2/etc/other/config.guess-849-	exit ;;
##############################################
ess-18.10.2/etc/other/config.guess-1082-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
ess-18.10.2/etc/other/config.guess:1083:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
ess-18.10.2/etc/other/config.guess-1084-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
ess-18.10.2/etc/other/config.guess-1339-    *:DragonFly:*:*)
ess-18.10.2/etc/other/config.guess:1340:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
ess-18.10.2/etc/other/config.guess-1341-	exit ;;
##############################################
ess-18.10.2/etc/other/config.guess-1352-    i*86:skyos:*:*)
ess-18.10.2/etc/other/config.guess:1353:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
ess-18.10.2/etc/other/config.guess-1354-	exit ;;
##############################################
ess-18.10.2/etc/other/config.guess-1480-
ess-18.10.2/etc/other/config.guess:1481:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
ess-18.10.2/etc/other/config.guess-1482-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
ess-18.10.2/install-sh-73-
ess-18.10.2/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
ess-18.10.2/install-sh-75-	    shift
##############################################
ess-18.10.2/install-sh-77-
ess-18.10.2/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
ess-18.10.2/install-sh-79-	    shift
##############################################
ess-18.10.2/install-sh-138-	then
ess-18.10.2/install-sh:139:		dst="$dst"/`basename $src`
ess-18.10.2/install-sh-140-	else
##############################################
ess-18.10.2/install-sh-145-## this sed command emulates the dirname command
ess-18.10.2/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
ess-18.10.2/install-sh-147-
##############################################
ess-18.10.2/install-sh-159-IFS='%'
ess-18.10.2/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
ess-18.10.2/install-sh-161-IFS="${oIFS}"
##############################################
ess-18.10.2/install-sh-193-	then
ess-18.10.2/install-sh:194:		dstfile=`basename $dst`
ess-18.10.2/install-sh-195-	else
##############################################
ess-18.10.2/install-sh-203-	then
ess-18.10.2/install-sh:204:		dstfile=`basename $dst`
ess-18.10.2/install-sh-205-	else
##############################################
ess-18.10.2/lisp/ess-noweb-mode.el-1844-;; start and ]] a comment end. Fixes some ugliness in LaTeX-mode if
ess-18.10.2/lisp/ess-noweb-mode.el:1845:;; `$' or `%' appear in quoted code (or even `<<', which happens often
ess-18.10.2/lisp/ess-noweb-mode.el-1846-;; in C++).
##############################################
ess-18.10.2/lisp/old/ess-old-s.el-5-when \\[ess-insert-function-outline] is used.
ess-18.10.2/lisp/old/ess-old-s.el:6:Placeholders (substituted `at runtime'): $A$ for `Author', $D$ for `Date'.")
ess-18.10.2/lisp/old/ess-old-s.el-7-
##############################################
ess-18.10.2/mkinstalldirs-10-for file in ${1+"$@"} ; do 
ess-18.10.2/mkinstalldirs:11:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
ess-18.10.2/mkinstalldirs-12-   shift