=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== duc-1.4.4/doc/duc.md-61- duc-1.4.4/doc/duc.md:62:The default location of the database is `$HOME/.duc.db`. To use a different duc-1.4.4/doc/duc.md-63-database location, use the DUC_DATABASE environment variable or specify the ############################################## duc-1.4.4/doc/manual.txt-61- duc-1.4.4/doc/manual.txt:62:The default location of the database is `$HOME/.duc.db`. To use a different duc-1.4.4/doc/manual.txt-63-database location, use the DUC_DATABASE environment variable or specify the ############################################## duc-1.4.4/examples/index.cgi-72- duc-1.4.4/examples/index.cgi:73:for db in `ls $sortby *.db` duc-1.4.4/examples/index.cgi-74-do duc-1.4.4/examples/index.cgi:75: base=`echo $db | awk -F. '{print $1}'` duc-1.4.4/examples/index.cgi:76: array=(`$duc info -d ${db} | tail -1 `) duc-1.4.4/examples/index.cgi-77- ############################################## duc-1.4.4/test.sh-4-{ duc-1.4.4/test.sh:5: mkdir -p "`dirname \"$1\"`" duc-1.4.4/test.sh-6- dd if=/dev/zero of="$1" bs=1 count=$2 2> /dev/null