=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== seer-1.1.4/scripts/R_mds.pl-162- my $R_command = "$R_exec CMD BATCH --no-save --no-restore $tmp_file_name"; seer-1.1.4/scripts/R_mds.pl:163: system($R_command); seer-1.1.4/scripts/R_mds.pl-164- ############################################## seer-1.1.4/scripts/blast_top_hits.pl-79- # Ensure sorted by query, then match score seer-1.1.4/scripts/blast_top_hits.pl:80: system("sort -k10,10 -k1,1nr $file_in > $tmp_sort"); seer-1.1.4/scripts/blast_top_hits.pl-81- ############################################## seer-1.1.4/test/run_test.pl-18- my $errfile = tmpnam(); seer-1.1.4/test/run_test.pl:19: system("$command > $outfile 2> $errfile"); seer-1.1.4/test/run_test.pl-20- seer-1.1.4/test/run_test.pl:21: my $outdiff = `diff -q $outfile $file.o.txt`; seer-1.1.4/test/run_test.pl:22: my $errdiff = `diff -q $errfile $file.e.txt`; seer-1.1.4/test/run_test.pl-23- if ($outdiff ne "" || $errdiff ne "") ############################################## seer-1.1.4/debian/rules-18- for pl in scripts/*.pl ; do \ seer-1.1.4/debian/rules:19: plbase=`basename $${pl} .pl` ; \ seer-1.1.4/debian/rules-20- sed "s+Usage: ./$${plbase}.pl+Usage: $${plbase}+" $${pl} > $(CURDIR)/debian/$(DEB_SOURCE)/usr/bin/$${plbase} ; \