|
|
| P is for Practical | |
| PerlMonks |
Answer: how do i redirect STDOUT, STDIN, or STDERR to a FILE? |
| ( #11015=categorized answer: print w/ replies, xml ) | Need Help?? |
|
Q&A > input and output > how do i redirect STDOUT, STDIN, or STDERR to a FILE? contributed by plaid
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
|
|
||||||||||||||||||