===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xd-3.29.00/documentation/man/xd.yo-131-tt(cd) command with tt(xd)'s output (see below at the bf(SHELL SCRIPTS)
xd-3.29.00/documentation/man/xd.yo:132:section) executing tt(cd `xd $*`). The default dot produced by tt(xd)
xd-3.29.00/documentation/man/xd.yo-133-prevents an unintended change of directory.
##############################################
xd-3.29.00/documentation/man/xd.yo-240-
xd-3.29.00/documentation/man/xd.yo:241:Caveat: command shells by default interpret characters like ``tt(~ $ \ ' " ` <
xd-3.29.00/documentation/man/xd.yo-242-> |)'' etc., which therefore should probably not be specified as
##############################################
xd-3.29.00/documentation/man/xd.yo-393-
xd-3.29.00/documentation/man/xd.yo:394:Caveat: command shells by default interpret characters like ``tt(~ $ \ ' " ` <
xd-3.29.00/documentation/man/xd.yo-395-> |)'' etc., which therefore should probably not be specified as
##############################################
xd-3.29.00/documentation/man/xd.yo-493-  {
xd-3.29.00/documentation/man/xd.yo:494:      cd "`/usr/bin/xd $*`"
xd-3.29.00/documentation/man/xd.yo-495-  }
##############################################
xd-3.29.00/icmake/remove-20-
xd-3.29.00/icmake/remove:21:for line in `cat $1`
xd-3.29.00/icmake/remove-22-do
xd-3.29.00/icmake/remove:23:    field1=`echo $line | awk '{printf $1}'`
xd-3.29.00/icmake/remove:24:    field2=`echo $line | awk '{printf $2}'`
xd-3.29.00/icmake/remove-25-
##############################################
xd-3.29.00/icmake/remove-30-    elif [ -e "$field2" ] ; then
xd-3.29.00/icmake/remove:31:        if [ "$field1" != "`md5sum $field2 | awk '{printf $1}'`" ] ; then
xd-3.29.00/icmake/remove-32-            echo $field2 changed, not removed