wow is that precision performance or what? :)

-----Original Message-----
Darren
Sent: Friday, July 20, 2001 08:16
To: Multiple recipients of list ORACLE-L


Or 

    2>&1 >/dev/null

(One less character to type)

-----Original Message-----
Sent: July 20, 2001 10:21 AM
To: Multiple recipients of list ORACLE-L



Or also 1>/dev/null 2>&1

That says direct stdout to /dev/null and make stderr the same as
stdout.

That's Bourne/Korn shell syntax.  csh is different.

> -----Original Message-----
> From: Thater, William [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 20, 2001 12:31 PM
> To: Multiple recipients of list ORACLE-L
> Subject: Re: Exp/Imp - suppress screen output?
> 
> 
> "Michael E. Cupp, Jr." wrote:
> > 
> > Why 1 >/dev/null 2>dev/null and not just >/dev/null
> 
> 1 is stdout and 2 is stderr.  you need to redirect both to 
> clear it off
> the screen.
> 
> 
> --
> Bill "Shrek"  Thater   Certifiable ORACLE DBA
> Telergy, Inc            [EMAIL PROTECTED]
> ----------------------------------------------------------------
> You gotta program like you don't need the money,
> You gotta compile like you'll never get hurt,
> You gotta run like there's nobody watching,
> It's gotta come from the heart if you want it to work!
> ----------------------------------------------------------------
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> -- 
> Author: Thater, William
>   INET: [EMAIL PROTECTED]
> 
> Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
> San Diego, California        -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from).  You may
> also send the HELP command for other information (like subscribing).
> 
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Steve Sapovits
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Browett, Darren
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Mark Leith
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to