From: Jim Reimer <wa5rrh@arrl.net>
To: Paul Kraus <pkraus@pelsupply.com>
Cc: 'James Miller' <jamtat@mailandnews.com>, linux-newbie@vger.kernel.org
Subject: Re: Debian install issue
Date: Wed, 09 Oct 2002 13:40:58 -0500 [thread overview]
Message-ID: <3DA4783A.3030909@arrl.net> (raw)
In-Reply-To: 000d01c26fbd$e4761080$64fea8c0@pkrausxp
Paul Kraus wrote:
> I know you can redirect the standard output with > and then the file
> name you want. But how do you also redirect the STRERR?
cmd 2>file will leave stdout on screen and send
stderr to file
cmd > file 2>&1 will send both to file
(cmd > file1) 2>file2 sends stdout to file1 and stderr to file2
then there's also 'tee' if you ever need it.
-jdr-
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
next prev parent reply other threads:[~2002-10-09 18:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <Pine.LNX.4.44.0210091108330.6549-100000@localhost.localdom ain>
2002-10-09 17:03 ` Debian install issue Ray Olszewski
2002-10-09 17:49 ` James Miller
2002-10-09 18:01 ` Paul Kraus
2002-10-09 18:40 ` Jim Reimer [this message]
2002-10-09 19:23 ` Ray Olszewski
2002-10-10 7:56 ` ichi
2002-10-09 18:18 Little, Chris
-- strict thread matches above, loose matches on Subject: below --
2002-10-09 16:14 James Miller
2002-10-08 1:07 Identifying computers behind a NAT Lee Chin
2002-10-08 2:18 ` Debian install issue James Miller
[not found] ` <Pine.LNX.4.44.0210072054390.6549-100000@localhost.localdom ain>
2002-10-08 2:29 ` Ray Olszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3DA4783A.3030909@arrl.net \
--to=wa5rrh@arrl.net \
--cc=jamtat@mailandnews.com \
--cc=linux-newbie@vger.kernel.org \
--cc=pkraus@pelsupply.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox