===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libstar-parser-perl-0.59/bin/parseMulti.pl-84-if ( $opt_r ) {
libstar-parser-perl-0.59/bin/parseMulti.pl:85:    @tmp = `find $opt_i -name "*.cif" -print`;
libstar-parser-perl-0.59/bin/parseMulti.pl:86:    @tmp = ( @tmp, `find $opt_i -name "*.cif.Z" -print` );
libstar-parser-perl-0.59/bin/parseMulti.pl-87-}
libstar-parser-perl-0.59/bin/parseMulti.pl-88-else {
libstar-parser-perl-0.59/bin/parseMulti.pl:89:    @tmp = `ls -1 $opt_i/*.cif $opt_i/*.cif.Z`;
libstar-parser-perl-0.59/bin/parseMulti.pl-90-}
##############################################
libstar-parser-perl-0.59/bin/parseMulti.pl-107-        $uncompressed = $1;
libstar-parser-perl-0.59/bin/parseMulti.pl:108:        eval{ system( "cp -f $file temp.cif.Z; $uncompress temp.cif.Z" ); };
libstar-parser-perl-0.59/bin/parseMulti.pl-109-        if ( ! $@ ) {
##############################################
libstar-parser-perl-0.59/bin/parseMulti.pl-162-    if ( $opt_c ) {
libstar-parser-perl-0.59/bin/parseMulti.pl:163:        eval{ system( "$compress $opt_o/$id.cob" ); };
libstar-parser-perl-0.59/bin/parseMulti.pl-164-        if ( $@ ) {