delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Date: | Sat, 14 Jun 2003 13:55:44 +0100 |
From: | Elfyn McBratney <elfyn AT is DOT ubertales DOT co DOT uk> |
X-X-Sender: | elfyn AT ellixia |
Reply-To: | cygwin AT cygwin DOT com |
To: | Alex Vinokur <alexvn AT connect DOT to> |
cc: | cygwin AT cygwin DOT com |
Subject: | Re: Redirect both stdout & stderr to the same file |
In-Reply-To: | <bcf44r$6md$1@main.gmane.org> |
Message-ID: | <Pine.CYG.4.55.0306141354290.3104@ellixia> |
References: | <bcf44r$6md$1 AT main DOT gmane DOT org> |
MIME-Version: | 1.0 |
On Sat, 14 Jun 2003, Alex Vinokur wrote: > =========================================== > Windows 2000 > CYGWIN_NT-5.0 1.3.22(0.78/3/2) > GNU gcc version 3.2 20020927 (prerelease) > =========================================== > > ------ C code : BEGIN ------ > /* File t.c */ > #include <stdio.h> > int main() > { > fprintf (stdout, "(1) to stdout\n"); > fprintf (stderr, "(2) to stderr\n"); > fprintf (stdout, "(3) to stdout\n"); > return 0; > } > ------ C code : END -------- > > $ gcc t.c > > $ a &>zzz $ a >zzz 2>&1 You **really** should read `info bash', search for a tutorial or something. This is basic shell usage. Elfyn -- Elfyn McBratney Systems Administrator ABCtales.com / Ubertales.co.uk Show us yer bulk: biteme AT is DOT ubertales DOT co DOT uk -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |