Re: console output problem

2002-10-25 Thread Christopher Faylor
On Fri, Oct 25, 2002 at 05:18:34AM -0700, Jim Rainville wrote: >Hi - > >I'm trying to set up a perl build script that runs every night, builds a >bunch of code (using gcc) and saves the output to some log files. So I >redirect stdout and stderr to some files and run the script that builds >the lo

RE: console output problem

2002-10-25 Thread Igor Pechtchanski
u.edu] > Sent: Friday, October 25, 2002 6:21 AM > To: Jim Rainville > Cc: [EMAIL PROTECTED] > Subject: Re: console output problem > > On Fri, 25 Oct 2002, Jim Rainville wrote: > > > Hi - > > > > I'm trying to set up a perl build script that runs every n

RE: console output problem

2002-10-25 Thread Jim Rainville
/dev/null? Would this work in windows? What would be the effect? Thanks. Jim -Original Message- From: Igor Pechtchanski [mailto:pechtcha@;cs.nyu.edu] Sent: Friday, October 25, 2002 6:21 AM To: Jim Rainville Cc: [EMAIL PROTECTED] Subject: Re: console output problem On Fri, 25 Oct

Re: console output problem

2002-10-25 Thread Igor Pechtchanski
On Fri, 25 Oct 2002, Igor Pechtchanski wrote: > On Fri, 25 Oct 2002, Jim Rainville wrote: > > > Hi - > > > > I'm trying to set up a perl build script that runs every night, builds a > > bunch of code (using gcc) and saves the output to some log files. So I > > redirect stdout and stderr to some f

Re: console output problem

2002-10-25 Thread Igor Pechtchanski
On Fri, 25 Oct 2002, Jim Rainville wrote: > Hi - > > I'm trying to set up a perl build script that runs every night, builds a > bunch of code (using gcc) and saves the output to some log files. So I > redirect stdout and stderr to some files and run the script that builds > the load. This runs f

console output problem

2002-10-25 Thread Jim Rainville
Hi - I'm trying to set up a perl build script that runs every night, builds a bunch of code (using gcc) and saves the output to some log files. So I redirect stdout and stderr to some files and run the script that builds the load. This runs fine when I run it from the command prompt but when I r