I would like to replace the program "nsrlog" in the savegrp completion notification by a PERL program.
I have already try this script but it doesn't work.
$fic = "test.log";
open (fic, ">$fic");
while (<STDIN>)
{
print fic ("$_");
}
How can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.