===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tf-4.0s1/CHANGES-622-Workaround for ULTRIX sh bug causing installation failure if missing 'strip'.
tf-4.0s1/CHANGES:623:Fix for DG/UX version of inet_addr() (not fixed in 34a9).
tf-4.0s1/CHANGES-624-Renamed files to fit within 8.3 FAT filesystem restrictions.
##############################################
tf-4.0s1/CHANGES-687-Fixed bug in /dokey RECALLB (^P) causing it to stop early (34a8).
tf-4.0s1/CHANGES:688:Support for the DGUX version of inet_addr() (not really fixed until 35a3).
tf-4.0s1/CHANGES-689-Fixed handling of plain '%' during newline expansion.
##############################################
tf-4.0s1/src/socket.c-1031-#ifndef dgux
tf-4.0s1/src/socket.c:1032:    /* Most versions of inet_addr() return a long. */
tf-4.0s1/src/socket.c:1033:    sin_addr->s_addr = inet_addr(name);
tf-4.0s1/src/socket.c-1034-#else
tf-4.0s1/src/socket.c:1035:    /* DGUX's inet_addr() returns a struct in_addr, which actually makes more
tf-4.0s1/src/socket.c-1036-     * sense, but isn't compatible with anyone else. */
tf-4.0s1/src/socket.c:1037:    sin_addr->s_addr = inet_addr(name).s_addr;
tf-4.0s1/src/socket.c-1038-#endif
##############################################
tf-4.0s1/tf-lib/complete.tf-202-;       /complete_playername %1%;\
tf-4.0s1/tf-lib/complete.tf:203:    /elseif (regmatch(`/quote .*'("?)(.+)$$`, _head)) \
tf-4.0s1/tf-lib/complete.tf-204-        /let _completion_suffix=%P1%;\
##############################################
tf-4.0s1/tf-lib/quoter.tf-38-  /eval /quote -S %{-L-%{qmac_prefix-:|}} !\
tf-4.0s1/tf-lib/quoter.tf:39:      %{_qmac_awk} "\\\$prog" `ls $(/~qmac_files %TFLIBDIR %TFPATH) 2>/dev/null`
tf-4.0s1/tf-lib/quoter.tf-40-
##############################################
tf-4.0s1/unix/Makefile-89-	    `ls *.gz *.Z *.zip 2>/dev/null`
tf-4.0s1/unix/Makefile:90:	@wd=`pwd`; [ "`basename $$wd`" = "work" ] || \
tf-4.0s1/unix/Makefile-91-	    echo 'WARNING: You are not in the "work" directory.'
##############################################
tf-4.0s1/unix/Makefile-114-tarhelp ../tf-$(TFVER)-help.tar: help
tf-4.0s1/unix/Makefile:115:	@wd=`pwd`; [ "`basename $$wd`" = "work" ] || \
tf-4.0s1/unix/Makefile-116-	    echo 'WARNING: You are not in the "work" directory.'
##############################################
tf-4.0s1/unix/tilder-21-	IFS='\~/ '
tf-4.0s1/unix/tilder:22:	set `echo $*`
tf-4.0s1/unix/tilder-23-	user=$1
##############################################
tf-4.0s1/unix/tilder-32-# Note: password file may contain shell metacharacters.
tf-4.0s1/unix/tilder:33:line=`egrep "^${user}:" /etc/passwd`
tf-4.0s1/unix/tilder-34-
tf-4.0s1/unix/tilder-35-if [ -n "$line" ]; then
tf-4.0s1/unix/tilder:36:    dir=`echo "$line" | awk -F: '{ print $6; }'`
tf-4.0s1/unix/tilder:37:    echo ${dir}`echo "$file" | sed -e 's;^[^/]*;;'`
tf-4.0s1/unix/tilder-38-else
##############################################
tf-4.0s1/unix/tfconfig-31-
tf-4.0s1/unix/tfconfig:32:TFVERSION=`sed -n -e '/Fugue version/s/^.*"\(.*\)".*$/\1/p' ../src/main.c`
tf-4.0s1/unix/tfconfig-33-
##############################################
tf-4.0s1/unix/tfconfig-139-#       Not everybody has dirname.  sigh.
tf-4.0s1/unix/tfconfig:140:        MAILDIR=`echo $MAIL | sed 's;/[^/]*$;;'`
tf-4.0s1/unix/tfconfig-141-    elif [ -d /usr/spool/mail ]; then
##############################################
tf-4.0s1/unix/tfconfig-173-
tf-4.0s1/unix/tfconfig:174:DIR1=`echo $TF      | sed 's;/[^/]*$;;'`
tf-4.0s1/unix/tfconfig:175:#DIR1=`cd $DIR1 && pwd`
tf-4.0s1/unix/tfconfig:176:DIR2=`echo $LIBDIR  | sed 's;/[^/]*$;;'`
tf-4.0s1/unix/tfconfig:177:#DIR2=`cd $DIR2 && pwd`
tf-4.0s1/unix/tfconfig:178:DIR3=`echo $SYMLINK | sed 's;/[^/]*$;;'`
tf-4.0s1/unix/tfconfig:179:#DIR3=`cd $DIR3 && pwd`
tf-4.0s1/unix/tfconfig-180-
##############################################
tf-4.0s1/unix/tfconfig-185-
tf-4.0s1/unix/tfconfig:186:#DIR1=`cd $DIR1 && pwd || { echo "Error in directory $DIR1."; false; }`
tf-4.0s1/unix/tfconfig-187-
##############################################
tf-4.0s1/unix/tfconfig-322-elif egrep 'gnuc' test.out >/dev/null 2>&1; then
tf-4.0s1/unix/tfconfig:323:    echo "Ah ha, ${CC} is GNU C `${CC} --version`"
tf-4.0s1/unix/tfconfig-324-    GNU_C=1
##############################################
tf-4.0s1/unix/unix.mak-25-	@echo "## You can safely delete everything in `cd ..; pwd`". >> exitmsg
tf-4.0s1/unix/unix.mak:26:	@DIR=`echo $(TF) | sed 's;/[^/]*$$;;'`; \
tf-4.0s1/unix/unix.mak-27-	echo ":$(PATH):" | egrep ":$${DIR}:" >/dev/null 2>&1 || { \
##############################################
tf-4.0s1/debian/patches/debian-changes-886- 
tf-4.0s1/debian/patches/debian-changes:887: DIR1=`echo $TF      | sed 's;/[^/]*$;;'`
tf-4.0s1/debian/patches/debian-changes:888:-DIR1=`cd $DIR1 && pwd`
tf-4.0s1/debian/patches/debian-changes:889:+#DIR1=`cd $DIR1 && pwd`
tf-4.0s1/debian/patches/debian-changes:890: DIR2=`echo $LIBDIR  | sed 's;/[^/]*$;;'`
tf-4.0s1/debian/patches/debian-changes:891:-DIR2=`cd $DIR2 && pwd`
tf-4.0s1/debian/patches/debian-changes:892:+#DIR2=`cd $DIR2 && pwd`
tf-4.0s1/debian/patches/debian-changes:893: DIR3=`echo $SYMLINK | sed 's;/[^/]*$;;'`
tf-4.0s1/debian/patches/debian-changes:894:-DIR3=`cd $DIR3 && pwd`
tf-4.0s1/debian/patches/debian-changes:895:+#DIR3=`cd $DIR3 && pwd`
tf-4.0s1/debian/patches/debian-changes-896- 
##############################################
tf-4.0s1/debian/patches/debian-changes-902- 
tf-4.0s1/debian/patches/debian-changes:903:-DIR1=`cd $DIR1 && pwd || { echo "Error in directory $DIR1."; false; }`
tf-4.0s1/debian/patches/debian-changes:904:+#DIR1=`cd $DIR1 && pwd || { echo "Error in directory $DIR1."; false; }`
tf-4.0s1/debian/patches/debian-changes-905- 
##############################################
tf-4.0s1/.pc/debian-changes/src/socket.c-1021-#ifndef dgux
tf-4.0s1/.pc/debian-changes/src/socket.c:1022:    /* Most versions of inet_addr() return a long. */
tf-4.0s1/.pc/debian-changes/src/socket.c:1023:    sin_addr->s_addr = inet_addr(name);
tf-4.0s1/.pc/debian-changes/src/socket.c-1024-#else
tf-4.0s1/.pc/debian-changes/src/socket.c:1025:    /* DGUX's inet_addr() returns a struct in_addr, which actually makes more
tf-4.0s1/.pc/debian-changes/src/socket.c-1026-     * sense, but isn't compatible with anyone else. */
tf-4.0s1/.pc/debian-changes/src/socket.c:1027:    sin_addr->s_addr = inet_addr(name).s_addr;
tf-4.0s1/.pc/debian-changes/src/socket.c-1028-#endif
##############################################
tf-4.0s1/.pc/debian-changes/unix/tfconfig-31-
tf-4.0s1/.pc/debian-changes/unix/tfconfig:32:TFVERSION=`sed -n -e '/Fugue version/s/^.*"\(.*\)".*$/\1/p' ../src/main.c`
tf-4.0s1/.pc/debian-changes/unix/tfconfig-33-
##############################################
tf-4.0s1/.pc/debian-changes/unix/tfconfig-135-#       Not everybody has dirname.  sigh.
tf-4.0s1/.pc/debian-changes/unix/tfconfig:136:        MAILDIR=`echo $MAIL | sed 's;/[^/]*$;;'`
tf-4.0s1/.pc/debian-changes/unix/tfconfig-137-    elif [ -d /usr/spool/mail ]; then
##############################################
tf-4.0s1/.pc/debian-changes/unix/tfconfig-169-
tf-4.0s1/.pc/debian-changes/unix/tfconfig:170:DIR1=`echo $TF      | sed 's;/[^/]*$;;'`
tf-4.0s1/.pc/debian-changes/unix/tfconfig:171:DIR1=`cd $DIR1 && pwd`
tf-4.0s1/.pc/debian-changes/unix/tfconfig:172:DIR2=`echo $LIBDIR  | sed 's;/[^/]*$;;'`
tf-4.0s1/.pc/debian-changes/unix/tfconfig:173:DIR2=`cd $DIR2 && pwd`
tf-4.0s1/.pc/debian-changes/unix/tfconfig:174:DIR3=`echo $SYMLINK | sed 's;/[^/]*$;;'`
tf-4.0s1/.pc/debian-changes/unix/tfconfig:175:DIR3=`cd $DIR3 && pwd`
tf-4.0s1/.pc/debian-changes/unix/tfconfig-176-
##############################################
tf-4.0s1/.pc/debian-changes/unix/tfconfig-181-
tf-4.0s1/.pc/debian-changes/unix/tfconfig:182:DIR1=`cd $DIR1 && pwd || { echo "Error in directory $DIR1."; false; }`
tf-4.0s1/.pc/debian-changes/unix/tfconfig-183-
##############################################
tf-4.0s1/.pc/debian-changes/unix/tfconfig-318-elif egrep 'gnuc' test.out >/dev/null 2>&1; then
tf-4.0s1/.pc/debian-changes/unix/tfconfig:319:    echo "Ah ha, ${CC} is GNU C `${CC} --version`"
tf-4.0s1/.pc/debian-changes/unix/tfconfig-320-    GNU_C=1
##############################################
tf-4.0s1/.pc/debian-changes/unix/unix.mak-25-	@echo "## You can safely delete everything in `cd ..; pwd`". >> exitmsg
tf-4.0s1/.pc/debian-changes/unix/unix.mak:26:	@DIR=`echo $(TF) | sed 's;/[^/]*$$;;'`; \
tf-4.0s1/.pc/debian-changes/unix/unix.mak-27-	echo ":$(PATH):" | egrep ":$${DIR}:" >/dev/null 2>&1 || { \