===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
debmirror-2.33/debmirror-1487-      }
debmirror-2.33/debmirror:1488:      system ("rsync --timeout=$timeout $opt $rsyncremote --include-from=$rsynctempfile --exclude='*' $mirrordir");
debmirror-2.33/debmirror-1489-      close $fh;
##############################################
debmirror-2.33/debmirror-1526-    if (!link($file, $mirrordir."/".$file)) {
debmirror-2.33/debmirror:1527:      $res &= system("cp $file $mirrordir/$file");
debmirror-2.33/debmirror-1528-    }
##############################################
debmirror-2.33/debmirror-1605-  chdir($mirrordir) or die "chdir $mirrordir: $!";
debmirror-2.33/debmirror:1606:  system("find . -depth -type d ! -name . ! -name .. -print0 | xargs -0 rmdir 2>/dev/null") if (! $do_dry_run);
debmirror-2.33/debmirror-1607-}
##############################################
debmirror-2.33/debmirror-1931-  $opt .= " --no-motd" unless $verbose;
debmirror-2.33/debmirror:1932:  system ("rsync --timeout=$timeout $opt $rsyncremote --include=$file --exclude='*' .");
debmirror-2.33/debmirror-1933-  if ($? == 0 && -f $file) {
##############################################
debmirror-2.33/debmirror-2014-  }
debmirror-2.33/debmirror:2015:  my $ret=system("rsync --timeout=$timeout $opt $rsyncremote --delete --include-from=$rsynctempfile --exclude='*' $mirrordir");
debmirror-2.33/debmirror-2016-  if ($ret != 0) {
##############################################
debmirror-2.33/debmirror-2031-  my $cmd="$command <$fromfile >$tofile";
debmirror-2.33/debmirror:2032:  system("$cmd");
debmirror-2.33/debmirror-2033-  die "Failed: $cmd\n" if ($? != 0);
##############################################
debmirror-2.33/debmirror-2878-    next unless ($sha1 eq $history_sha1{$file} && $size eq $history_size{$file});
debmirror-2.33/debmirror:2879:    if (system("gzip -d < \"$tempdir/$subdir/$type.diff/$file.gz\" | patch --ed \"$tempdir/$subdir/$type\"")) {
debmirror-2.33/debmirror-2880-      say("Patch $file failed, will fetch $subdir/$type file");
##############################################
debmirror-2.33/mirror-size-240-  }
debmirror-2.33/mirror-size:241:  system("$command <$fromfile >$tofile");
debmirror-2.33/mirror-size-242-}
##############################################
debmirror-2.33/test/script/calculate-sum-13-$infile =~ s%^\./%%; # optional
debmirror-2.33/test/script/calculate-sum:14:my $sum_output = `$summing_command $infile`;
debmirror-2.33/test/script/calculate-sum-15-my ($sum, $filename) = $sum_output =~ /(\S+)\s+(\S+)/;
##############################################
debmirror-2.33/test/script/sum-dsc-34-    for my $filename (@filename) {
debmirror-2.33/test/script/sum-dsc:35:        my $sumout = `$kind->{cmd} $filename`;
debmirror-2.33/test/script/sum-dsc-36-        my ($sum, $fn) = $sumout =~ /(\S+)\s*(\S+)/;
##############################################
debmirror-2.33/test/script/sum-packages-45-        # uninstalled test software, after all.
debmirror-2.33/test/script/sum-packages:46:        my $md = `md5sum <$tempfilename`; chomp $md; $md =~ s/^(\S+).*$/$1/;
debmirror-2.33/test/script/sum-packages-47-        s/^(Description-md5:).*/$1 $md/m;
##############################################
debmirror-2.33/test/script/sum-packages-65-    for my $kind (@kind) {
debmirror-2.33/test/script/sum-packages:66:        my ($sum) = `$kind->{cmd} $dir_arc/$fn` =~ /(\S+)/;
debmirror-2.33/test/script/sum-packages-67-        s/^($kind->{name}:).*/$1 $sum/m;
##############################################
debmirror-2.33/test/script/sum-release-21-          . $kind->{cmd} . " $file";
debmirror-2.33/test/script/sum-release:22:        print `${cmd}`;
debmirror-2.33/test/script/sum-release-23-    }
##############################################
debmirror-2.33/test/script/sum-sources-44-                      . "Sources $kind->{cmd} debian/$dir/$_";
debmirror-2.33/test/script/sum-sources:45:                    print `$cmd`;
debmirror-2.33/test/script/sum-sources-46-                    #print "$cmd\n";