=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== afio-2.5.2/script1/backup-3-# Construct basename for dump records afio-2.5.2/script1/backup:4:FS=`echo $2 | sed -e '1,$s?/?:?g'` afio-2.5.2/script1/backup-5-echo Dump root = $2 Level = $level ############################################## afio-2.5.2/script1/backup-26-# Get the date of the most recent dump with the highest level <= $level] afio-2.5.2/script1/backup:27:prevdump=`ls --reverse /usr/adm/dump/${FS}.[0-${level}] | head --lines=1` afio-2.5.2/script1/backup-28-if [ "x${prevdump}" = x ] ############################################## afio-2.5.2/script2/backup-27- else afio-2.5.2/script2/backup:28: excludecmd="egrep -v `perl -p -e 'if ($eols) {print "|";} else {$eols=1} s/\n$//;' < $4`" afio-2.5.2/script2/backup-29- fi