Re: SHELL: duping stdout and stderr to another file

1998-07-31 Thread Ulisses Alonso
Hi Jim! [...] > Take a look at the tee command. Its in the package > shellutils. > > With tee you should be able to redirect stderr to stdout > (for whatever shell you are using) and then use tee to > copy stdout to a file. Thanks for your reply regards, Ulisses PD: Oracle8 a

Re: Great stdout/stderr turorial!!! SHELL: duping stdout and stderr to another file

1998-07-31 Thread Ulisses Alonso
Hi Daniel! It's a great tutorial what you have done here [...] > I hope this answers your question. It's a joke? :-) Best whishes Ulisses PD: Oracle8 and Informix will be ported to Linux! http://www.infoworld.com/cgi-bin/displayStory.pl?980717.whorlinux.h

Re: SHELL: duping stdout and stderr to another file

1998-07-29 Thread Daniel Martin at cush
Ulisses Alonso <[EMAIL PROTECTED]> writes: > Hi all > > I would like to know _how to copy_ (not start a new shell, eg: script) > stdout and stderr _from a shell script_ to a file. Also It is interesting > for me if there is a way to stop copying stdout and stderr... > > Thanks in advance, > >

Re: SHELL: duping stdout and stderr to another file

1998-07-29 Thread Jim Crumley
> Hi all > > I would like to know _how to copy_ (not start a new shell, eg: script) > stdout and stderr _from a shell script_ to a file. Also It is interesting > for me if there is a way to stop copying stdout and stderr... > > Thanks in advance, > Take a look at the tee command. Its in the pa

SHELL: duping stdout and stderr to another file

1998-07-29 Thread Ulisses Alonso
Hi all I would like to know _how to copy_ (not start a new shell, eg: script) stdout and stderr _from a shell script_ to a file. Also It is interesting for me if there is a way to stop copying stdout and stderr... Thanks in advance, Ulisses PD: Oracle8 and Informix