===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
resfinder-3.2/resfinder.pl-1132-  output_sequence(-fh => $fh, seqs => delete $args{-d}, -format => 'fasta');
resfinder-3.2/resfinder.pl:1133:  #die "Error! Could not build blast database" if (system("/usr/cbs/bio/bin/Linux/x86_64/formatdb -p F -i $file"));
resfinder-3.2/resfinder.pl:1134:  die "Error! Could not build blast database" if (system("$FORMATDB -p F -i $file")); 
resfinder-3.2/resfinder.pl-1135-  my $query_file = $file.".blastpipe";
resfinder-3.2/resfinder.pl:1136:  `mknod $query_file p`;
resfinder-3.2/resfinder.pl-1137-  if ( !fork() ) {
##############################################
resfinder-3.2/resfinder.pl-1147-  #print "\ntemp filename: $file2\n";
resfinder-3.2/resfinder.pl:1148:  print $fh2 `$BLASTALL -d $file -i $query_file $cmd`;
resfinder-3.2/resfinder.pl-1149-  close $fh2;
resfinder-3.2/resfinder.pl:1150:  #system("$BLASTALL -d $file -i $query_file $cmd > $file2");
resfinder-3.2/resfinder.pl:1151:  #system ("echo -d $file -i $query_file $cmd ");
resfinder-3.2/resfinder.pl-1152-  my $report = new Bio::SearchIO(
##############################################
resfinder-3.2/debian/createmanpages-4-
resfinder-3.2/debian/createmanpages:5:VERSION=`dpkg-parsechangelog | awk '/^Version:/ {print $2}' | sed -e 's/^[0-9]*://' -e 's/-.*//' -e 's/[+~]dfsg$//'`
resfinder-3.2/debian/createmanpages-6-NAME=`grep "^Description:" debian/control | sed 's/^Description: *//' | head -n1`