===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
dub-1.22.0/build-gdc.sh-11-# adjust linker flags for gdc command line
dub-1.22.0/build-gdc.sh:12:LIBS=`echo "$LIBS" | sed 's/^-L/-L-L/; s/ -L/ -L-L/g; s/^-l/-L-l/; s/ -l/ -L-l/g'`
dub-1.22.0/build-gdc.sh-13-
##############################################
dub-1.22.0/scripts/man/gen_man.d-112-	static auto re = regex("<([^>]*)>");
dub-1.22.0/scripts/man/gen_man.d:113:	static const reReplacement = "<%s>".format(`$1`.italic);
dub-1.22.0/scripts/man/gen_man.d-114-	return args.replaceAll(re, reReplacement);
##############################################
dub-1.22.0/source/dub/compilers/utils.d-317-
dub-1.22.0/source/dub/compilers/utils.d:318:		pragma(msg, `%1$s`
dub-1.22.0/source/dub/compilers/utils.d-319-			~ '\n' ~ `{`
##############################################
dub-1.22.0/source/dub/compilers/utils.d-329-			~ '\n' ~ `}`
dub-1.22.0/source/dub/compilers/utils.d:330:			~ '\n' ~ `%2$s`);
dub-1.22.0/source/dub/compilers/utils.d-331-
##############################################
dub-1.22.0/source/dub/dub.d-1378-
dub-1.22.0/source/dub/dub.d:1379:		static immutable BinaryPrefix = `$DUB_BINARY_PATH`;
dub-1.22.0/source/dub/dub.d-1380-		if(m_defaultCompiler.startsWith(BinaryPrefix))
##############################################
dub-1.22.0/source/dub/internal/utils.d-403-		$(LI same directory as `compilerBinary` (if supplied))
dub-1.22.0/source/dub/internal/utils.d:404:		$(LI all components of the `$PATH` variable)
dub-1.22.0/source/dub/internal/utils.d-405-	)
##############################################
dub-1.22.0/source/dub/internal/vibecompat/data/json.d-1004-		$(DT `Json`)            $(DD Used as-is)
dub-1.22.0/source/dub/internal/vibecompat/data/json.d:1005:		$(DT `null`)            $(DD Converted to `Json.Type.null_`)
dub-1.22.0/source/dub/internal/vibecompat/data/json.d:1006:		$(DT `bool`)            $(DD Converted to `Json.Type.bool_`)
dub-1.22.0/source/dub/internal/vibecompat/data/json.d:1007:		$(DT `float`, `double`)   $(DD Converted to `Json.Type.float_`)
dub-1.22.0/source/dub/internal/vibecompat/data/json.d:1008:		$(DT `short`, `ushort`, `int`, `uint`, `long`, `ulong`) $(DD Converted to `Json.Type.int_`)
dub-1.22.0/source/dub/internal/vibecompat/data/json.d:1009:		$(DT `string`)          $(DD Converted to `Json.Type.string`)
dub-1.22.0/source/dub/internal/vibecompat/data/json.d:1010:		$(DT `T[]`)             $(DD Converted to `Json.Type.array`)
dub-1.22.0/source/dub/internal/vibecompat/data/json.d:1011:		$(DT `T[string]`)       $(DD Converted to `Json.Type.object`)
dub-1.22.0/source/dub/internal/vibecompat/data/json.d:1012:		$(DT `struct`)          $(DD Converted to `Json.Type.object`)
dub-1.22.0/source/dub/internal/vibecompat/data/json.d:1013:		$(DT `class`)           $(DD Converted to `Json.Type.object` or `Json.Type.null_`)
dub-1.22.0/source/dub/internal/vibecompat/data/json.d-1014-	)
##############################################
dub-1.22.0/source/dub/project.d-1236-}
dub-1.22.0/source/dub/project.d:1237:/// Expand variables using `$VAR_NAME` or `${VAR_NAME}` syntax.
dub-1.22.0/source/dub/project.d:1238:/// `$$` escapes itself and is expanded to a single `$`.
dub-1.22.0/source/dub/project.d-1239-private string expandVars(alias expandVar)(string s)
##############################################
dub-1.22.0/test/0-init-multi-json.sh-20-    do
dub-1.22.0/test/0-init-multi-json.sh:21:        if [ `grep -c "$ele" $packname/dub.json` -ne 1 ]; then #something went wrong
dub-1.22.0/test/0-init-multi-json.sh-22-            cleanup
##############################################
dub-1.22.0/test/0-init-multi.sh-21-    do
dub-1.22.0/test/0-init-multi.sh:22:        if [ `grep -c "$ele" $packname/dub.sdl` -ne 1 ]; then #something went wrong
dub-1.22.0/test/0-init-multi.sh-23-            cleanup
##############################################
dub-1.22.0/test/5-convert-stdout.sh-9-
dub-1.22.0/test/5-convert-stdout.sh:10:RESULT=`${DUB} convert -s -f sdl`
dub-1.22.0/test/5-convert-stdout.sh-11-
##############################################
dub-1.22.0/test/common.sh-41-
dub-1.22.0/test/common.sh:42:    cd `dirname $TARGET_FILE`
dub-1.22.0/test/common.sh:43:    TARGET_FILE=`basename $TARGET_FILE`
dub-1.22.0/test/common.sh-44-
##############################################
dub-1.22.0/test/common.sh-47-    do
dub-1.22.0/test/common.sh:48:        TARGET_FILE=`readlink $TARGET_FILE`
dub-1.22.0/test/common.sh:49:        cd `dirname $TARGET_FILE`
dub-1.22.0/test/common.sh:50:        TARGET_FILE=`basename $TARGET_FILE`
dub-1.22.0/test/common.sh-51-    done
##############################################
dub-1.22.0/test/issue1194-warn-wrong-subconfig.sh-3-
dub-1.22.0/test/issue1194-warn-wrong-subconfig.sh:4:OUTPUT=`${DUB} build --root ${CURR_DIR}/issue1194-warn-wrong-subconfig 2>&1 || true`
dub-1.22.0/test/issue1194-warn-wrong-subconfig.sh-5-
##############################################
dub-1.22.0/test/issue1194-warn-wrong-subconfig.sh-12-# make sure no bogs warnings are issued for packages with no sub configuration directives
dub-1.22.0/test/issue1194-warn-wrong-subconfig.sh:13:OUTPUT=`${DUB} build --root ${CURR_DIR}/1-exec-simple 2>&1`
dub-1.22.0/test/issue1194-warn-wrong-subconfig.sh-14-! echo $OUTPUT | grep -c "sub configuration directive.*references" > /dev/null
##############################################
dub-1.22.0/test/issue1372-ignore-files-in-hidden-dirs.sh-13-${DUB} build --root ${BASEDIR} --config=normal --force
dub-1.22.0/test/issue1372-ignore-files-in-hidden-dirs.sh:14:OUTPUT=`${BASEDIR}/issue1372`
dub-1.22.0/test/issue1372-ignore-files-in-hidden-dirs.sh-15-if [[ "$OUTPUT" != "no hidden file compiled" ]]; then die "Normal compilation failed"; fi
##############################################
dub-1.22.0/test/issue1372-ignore-files-in-hidden-dirs.sh-22-${DUB} build --root ${BASEDIR} --config=hiddenfile --force
dub-1.22.0/test/issue1372-ignore-files-in-hidden-dirs.sh:23:OUTPUT=`${BASEDIR}/issue1372`
dub-1.22.0/test/issue1372-ignore-files-in-hidden-dirs.sh-24-
##############################################
dub-1.22.0/test/issue1372-ignore-files-in-hidden-dirs.sh-31-${DUB} build --root ${BASEDIR} --config=hiddendir --force
dub-1.22.0/test/issue1372-ignore-files-in-hidden-dirs.sh:32:OUTPUT=`${BASEDIR}/issue1372`
dub-1.22.0/test/issue1372-ignore-files-in-hidden-dirs.sh-33-
##############################################
dub-1.22.0/test/issue1447-build-settings-vars.sh-15-${DUB} build --root ${CURR_DIR}/issue1447-build-settings-vars --arch=$ARCH
dub-1.22.0/test/issue1447-build-settings-vars.sh:16:OUTPUT=`${CURR_DIR}/issue1447-build-settings-vars/test`
dub-1.22.0/test/issue1447-build-settings-vars.sh-17-
##############################################
dub-1.22.0/test/issue97-targettype-none.sh-6-# make sure both sub-packages are cleaned
dub-1.22.0/test/issue97-targettype-none.sh:7:OUTPUT=`${DUB} clean --root ${CURR_DIR}/issue97-targettype-none 2>&1`
dub-1.22.0/test/issue97-targettype-none.sh-8-echo $OUTPUT | grep -c "Cleaning package at .*/issue97-targettype-none/a/" > /dev/null
##############################################
dub-1.22.0/debian/build_dub.sh-3-
dub-1.22.0/debian/build_dub.sh:4:DEB_VERSION=`dpkg-parsechangelog | awk '/^Version: / { print $2 }'`
dub-1.22.0/debian/build_dub.sh-5-if [ "$GDC" = "" ]; then