=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== secure-delete-3.1/the_cleaner.sh-103-test -z "$VERBOSE" || echo "CLEANER: Wiping free space and inodes on filesystems" secure-delete-3.1/the_cleaner.sh:104:for i in `mount|grep -E '^/dev/.* type ext'|awk '{print$3}'`; do secure-delete-3.1/the_cleaner.sh-105- test -z "$VERBOSE" || echo " $i" ############################################## secure-delete-3.1/the_cleaner.sh-110-test -z "$VERBOSE" || echo "CLEANER: Wiping swap space" secure-delete-3.1/the_cleaner.sh:111:#ACTIVE=`swapoff -s|grep ^/dev/|awk '{print$1}'` secure-delete-3.1/the_cleaner.sh-112-swapoff -a secure-delete-3.1/the_cleaner.sh:113:for i in `(grep -w swap /etc/fstab|awk '{print$1}';echo "$ACTIVE";)|sort -u`; do secure-delete-3.1/the_cleaner.sh-114- test -z "$VERBOSE" || echo " $i"