in UNIX, when piping this stuff to a file I've had better luck sabotaging
STDERR and STDOUT's handles, (while dumping them into a file.)
On Tue, 21 Aug 2001, Luke Bakken wrote:
> Which shell? Which operating system? Where do you want it to go?
>
> To redirect STDERR to oblivion on NT:
>
> system "command > nul";
>
> On UNIX:
>
> system "command 2> /dev/null"
>
>
> On Tue, 21 Aug 2001, Janice Pickron wrote:
>
> > Hello Perl Guru!
> >
> > How do you redirect the standard error of a shell command?
> >
> > Thanks!
> >
> >
>
>
>
--
-mL x2121
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]