===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sac-1.9b5/rawtmp.c-380-      fprintf(stderr,"    -d          Output time in MMM DD HH:MM:SS date format.\n");
sac-1.9b5/rawtmp.c:381:      fprintf(stderr,"    -a          Print contents of ut_addr (if it exists) instead of ut_host.\n");
sac-1.9b5/rawtmp.c-382-      fprintf(stderr,"    -s start    Display accounting info from `start'.\n");
##############################################
sac-1.9b5/scripts/check-14-
sac-1.9b5/scripts/check:15:u=`for x in $users; do echo $x; done | sort | uniq`
sac-1.9b5/scripts/check-16-
##############################################
sac-1.9b5/scripts/check-18-do
sac-1.9b5/scripts/check:19:  res=`echo "$time <= $MAXHOURS" | bc`
sac-1.9b5/scripts/check-20-  if [ $res -eq 1 ]; then
##############################################
sac-1.9b5/scripts/check-29-#
sac-1.9b5/scripts/check:30:#  if [ `expr $h '<=' $MAXHOURS` -eq 0 ]; then
sac-1.9b5/scripts/check-31-#    echo "You're over the time limit bozo! ($h) Bye Bye!" | write $user
##############################################
sac-1.9b5/scripts/oldsac.cgi-3-# Change ${HTML_ROOT} to = the root directory for your html area.
sac-1.9b5/scripts/oldsac.cgi:4:eval "`${HTML_ROOT}/cgi-bin/cgi-postin`" || exit 1
sac-1.9b5/scripts/oldsac.cgi-5-
##############################################
sac-1.9b5/scripts/sac.cgi-32-
sac-1.9b5/scripts/sac.cgi:33:Name=`echo $postinput |cut -f2 -d=|cut -f1 -d \&`
sac-1.9b5/scripts/sac.cgi-34-
##############################################
sac-1.9b5/debian/wcat.1-38-\fB\-a\fR
sac-1.9b5/debian/wcat.1:39:Print contents of ut_addr (if it exists) instead of ut_host.
sac-1.9b5/debian/wcat.1-40-.TP
##############################################
sac-1.9b5/wcat.c-281-      fprintf(stdout,"    -d          Output time in MMM DD HH:MM:SS date format.\n");
sac-1.9b5/wcat.c:282:      fprintf(stdout,"    -a          Print contents of ut_addr (if it exists) instead of ut_host.\n");
sac-1.9b5/wcat.c-283-      fprintf(stdout,"    -s start    Display accounting info from `start'.\n");
##############################################
sac-1.9b5/Makefile-105-	for man in $(MANS); do \
sac-1.9b5/Makefile:106:		m=`expr match $$man '.*\(.\)'`; \
sac-1.9b5/Makefile-107-		install -m 0444 $$man $(MANDIR)/man$$m/$$man; \
##############################################
sac-1.9b5/Makefile-113-	cd ..; \
sac-1.9b5/Makefile:114:	tar cvzf sac-${VERSION}.tgz `cat sac-${VERSION}/.tarball`