Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: =?iso-8859-1?Q?=D8yvind_Harboe?= To: Subject: Copying stderr to stdout Date: Fri, 26 Sep 2003 17:28:16 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 I was having a bit of trouble copying stderr to stdout, e.g. $ ls 2>&1 lkajsdflkjasdflkj >ll ls: lkajsdflkjasdflkj: No such file or directory I would have expected the error message to end up in "ll". If I place "2>&1" at the end of the line it works. Is this the intended behaviour? Øyvind -- 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/