===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
debian-edu-install-2.11.10/debian/debian-edu-install.postinst-57-    info "Got profile '$PROFILE'"
debian-edu-install-2.11.10/debian/debian-edu-install.postinst:58:    for value in `echo $PROFILE |sed 's/ /-/g' | sed 's/,-/ /g'`; do
debian-edu-install-2.11.10/debian/debian-edu-install.postinst-59-	info "Testing profile '$value'"
##############################################
debian-edu-install-2.11.10/debian/debian-edu-install.xdebian-edu-firstboot.init-180-    # need to change this in to one long line
debian-edu-install-2.11.10/debian/debian-edu-install.xdebian-edu-firstboot.init:181:    errors=`cat $errfile | sed 's/$/, /g' | tr -d "\n" | sed 's/, $//'`
debian-edu-install-2.11.10/debian/debian-edu-install.xdebian-edu-firstboot.init-182-
##############################################
debian-edu-install-2.11.10/debian-edu-profile-65-
debian-edu-install-2.11.10/debian-edu-profile:66:    for value in `echo $EDUPROFILE |sed 's/ /-/g' | sed 's/,-/ /g'`; do
debian-edu-install-2.11.10/debian-edu-profile-67-	case $value in
##############################################
debian-edu-install-2.11.10/debian-edu-profile-448-
debian-edu-install-2.11.10/debian-edu-profile:449:    DISTRIBUTION=`grep ^Codename: $APTLISTDIR/tmp | cut -d' ' -f 2`
debian-edu-install-2.11.10/debian-edu-profile-450-    rm $APTLISTDIR/tmp
##############################################
debian-edu-install-2.11.10/tools/laptop-detect-84-if [ -f /proc/apm ]; then
debian-edu-install-2.11.10/tools/laptop-detect:85:    battery=`awk '{print $6}' </proc/apm`
debian-edu-install-2.11.10/tools/laptop-detect-86-    if [ "$battery" != "0xff" ] && [ "$battery" != "0x80" ]; then