Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15282 > unrolled thread

Re: Incorrect passing of argc argv with multiple redirects

Started byChet Ramey <chet.ramey@case.edu>
First post2019-07-30 14:00 -0400
Last post2019-07-30 14:00 -0400
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Incorrect passing of argc argv with multiple redirects Chet Ramey <chet.ramey@case.edu> - 2019-07-30 14:00 -0400

#15282 — Re: Incorrect passing of argc argv with multiple redirects

FromChet Ramey <chet.ramey@case.edu>
Date2019-07-30 14:00 -0400
SubjectRe: Incorrect passing of argc argv with multiple redirects
Message-ID<mailman.286.1564509651.1985.bug-bash@gnu.org>
On 7/30/19 1:08 PM, Morgan McClure wrote:

> ./a.out foo > /dev/null 2&>1; echo $?
>     returns 3 NOT as expected

You probably meant to use 2>&1.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
		 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web