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


Groups > fr.comp.os.unix > #8076

Re: sortie erreur -> pipe

From Thomas <fantome.forums.tDeContes@free.fr.invalid>
Newsgroups fr.comp.os.unix
Subject Re: sortie erreur -> pipe
Date 2023-05-07 15:48 +0200
Organization A noiseless patient Spider
Message-ID <fantome.forums.tDeContes-1E13EA.15484007052023@news.eternal-september.org> (permalink)
References <fantome.forums.tDeContes-7BAFDF.15454306052023@news.eternal-september.org> <u37s1p$prr$1@shakotay.alphanet.ch>

Show all headers | View raw


In article <u37s1p$prr$1@shakotay.alphanet.ch>,
 Marc SCHAEFER <schaefer@alphanet.ch> wrote:

> On Sat, 06 May 2023 15:45:43, Thomas 
> <fantome.forums.tDeContes@free.fr.invalid> wrote:
> > comment fait-on pour brancher la sortie erreur, à la place de la sortie 
> > standard, sur l'entrée du programme suivant ?

> # stderr ajouté à stdout
> schaefer@reliant:~$ (echo bla; echo >&2 toto) 2>&1 | wc -l
> 2

$ make --warn-undefined-variables 2>&1 | grep -vF 'avertissement : 
variable «   » ind'

merci bcp :-)

-- 
RAPID maintainer
http://savannah.nongnu.org/projects/rapid/

Back to fr.comp.os.unix | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

sortie erreur -> pipe Thomas <fantome.forums.tDeContes@free.fr.invalid> - 2023-05-06 15:45 +0200
  Re: sortie erreur -> pipe Marc SCHAEFER <schaefer@alphanet.ch> - 2023-05-07 09:46 +0000
    Re: sortie erreur -> pipe Thomas <fantome.forums.tDeContes@free.fr.invalid> - 2023-05-07 15:48 +0200
      Re: sortie erreur -> pipe Christophe PEREZ <chris@novazur.fr> - 2023-05-07 16:27 +0000
        Re: sortie erreur -> pipe Thomas <fantome.forums.tDeContes@free.fr.invalid> - 2023-05-26 14:30 +0200
      Re: sortie erreur -> pipe Thomas <fantome.forums.tDeContes@free.fr.invalid> - 2023-06-04 17:10 +0200

csiph-web