===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
whohas-0.29.1/whohas-470-	# if the list file exists and is recent, use its contents, otherwise download and parse a fresh copy
whohas-0.29.1/whohas:471:	if (-s $file && `date +%Y-%m-%d` =~ (split / /, `ls -l $file`)[6]) {
whohas-0.29.1/whohas-472-		open IN, $file;
##############################################
whohas-0.29.1/whohas-541-	# if the list file exists and is recent, use its contents, otherwise download and parse a fresh copy
whohas-0.29.1/whohas:542:	if (-s $file && `date +%Y-%m-%d` =~ (split / /, `ls -l $file`)[6]) {
whohas-0.29.1/whohas-543-		open IN, $file;
##############################################
whohas-0.29.1/whohas-588-	# if the list file exists and is recent, use its contents, otherwise download and parse a fresh copy
whohas-0.29.1/whohas:589:	if (-s $file && `date +%Y-%m-%d` =~ (split / /, `ls -l $file`)[6]) {
whohas-0.29.1/whohas-590-		open IN, $file;
##############################################
whohas-0.29.1/whohas-1323-	# if the list file exists and is recent, use its contents, otherwise download and parse a fresh copy
whohas-0.29.1/whohas:1324:	if (-s $file && `date +%Y-%m-%d` =~ (split / /, `ls -l $file`)[6]) {
whohas-0.29.1/whohas-1325-		open IN, $file;