![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re: how do i redirect STDOUT, STDIN, or STDERR to a FILE?by plaid (Chaplain) |
on May 10, 2000 at 21:17 UTC ( #11015=note: print w/replies, xml ) | Need Help?? |
The typical way to do this would be in the way
you run it from the command line, e.g.
This would take STDIN from infile and put STDOUT to outfile. The sh type shells and csh type shells have different ways to do STDERROR. Under bash, you'd do something like
In Section
Seekers of Perl Wisdom
|
|