my $cmd = "egrep -f $_proj_file $_running_file > $_admin_temp_file"; print $cmd, "\n"; my $result = system $cmd; print "result of egrep = $result\n"