Re: Log of export info

From: Jeff Stander <jstander_at_ml.csiro.au>
Date: Tue, 18 May 1993 23:57:45 GMT
Message-ID: <1993May18.235745.1598_at_ml.csiro.au>


In article ngn_at_skates.gsfc.nasa.gov, joefw_at_eosdev1.gsfc.nasa.gov (Joe Fulson-Woytek) writes:
>I am running Oracle V6 on an SGI box. I would like to capture the output
>sent to the scrren during an export, but a simple:
> exp .... > log.file
>
>does not do it. Any suggestions?
>
>
>Joe Fulson-Woytek
>Code 902/Goddard DAAC
>NASA/Goddard Space Flight Center
>joefw_at_eosdev1.gsfc.nasa.gov
>
>

exp writes it's output to stderr so

/bin/sh:              exp .. 2>&1 > log.file
/bin/csh:             exp .. >& log.file

will capture the output. You won't see it on the screen, however.

---
___________________________________________________________________________

Jeff.Stander_at_ml.csiro.au        _--_|\        Database Analyst
CSIRO Division Of Fisheries    /      \       Pelagic Fisheries Resources
GPO Box 1538, Hobart           \_.--._/       Tasmania 7001, Australia
Aus Tel: 002-325-332                 v        Intl Tel: +61-02-325-332
Aus Fax: 002-325-000                          Intl Fax: +61-02-325-000
___________________________________________________________________________
Received on Wed May 19 1993 - 01:57:45 CEST

Original text of this message