- or download this
./leg.pl `mineng.pl |grep "This was in file"|awk '{print $5}'`
- or download this
my $minfilename = shift; # = $ARGV[0];
:
...
if($f eq $minfilename){
#store values to substract them later
}
- or download this
my $minfilename = `grep "This was in file" min.txt|awk '{print $5}'`;