===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
spectrwm-3.4.1/baraction.sh-9-	FORMAT="%a %b %d %R %Z %Y"
spectrwm-3.4.1/baraction.sh:10:	DATE=`date "+${FORMAT}"`
spectrwm-3.4.1/baraction.sh-11-	echo -n "${DATE}     "
##############################################
spectrwm-3.4.1/baraction.sh-86-while :; do
spectrwm-3.4.1/baraction.sh:87:	IOSTAT_DATA=`/usr/sbin/iostat -C | grep '[0-9]$'`
spectrwm-3.4.1/baraction.sh-88-	if [ $I -eq 0 ]; then
##############################################
spectrwm-3.4.1/linux/baraction.sh-11-	FORMAT="%a %b %d %R %Z %Y"
spectrwm-3.4.1/linux/baraction.sh:12:	DATE=`date "+${FORMAT}"`
spectrwm-3.4.1/linux/baraction.sh-13-	echo -n "${DATE}     "
##############################################
spectrwm-3.4.1/linux/baraction.sh-28-	while [ "${1}x" != "x" ]; do
spectrwm-3.4.1/linux/baraction.sh:29:		OUT="$OUT `echo "${1}" | cut -d '.' -f1`"
spectrwm-3.4.1/linux/baraction.sh-30-		shift;
##############################################
spectrwm-3.4.1/linux/baraction.sh-48-	fi
spectrwm-3.4.1/linux/baraction.sh:49:	BAT_LEVEL="`echo "$7" | tr -d ','`"
spectrwm-3.4.1/linux/baraction.sh-50-
##############################################
spectrwm-3.4.1/linux/baraction.sh-86-while :; do
spectrwm-3.4.1/linux/baraction.sh:87:	IOSTAT_DATA=`/usr/bin/iostat -c | grep '[0-9]$'`
spectrwm-3.4.1/linux/baraction.sh-88-	if [ $I -eq 0 ]; then