reste a comprendre pourquoi, car dans la page man de bash, on trouve
There are two formats for redirecting standard output and standard error:
& > word
and
> & word
Of the two forms, the first is preferred. This is semantically equivalent to
> word 2 > &1
[^] # Re: Et en faisant comme tout le monde ?
Posté par beb . En réponse au message comportement bizarre. Évalué à 1.
reste a comprendre pourquoi, car dans la page man de bash, on trouve
There are two formats for redirecting standard output and standard error:
& > word
and
> & word
Of the two forms, the first is preferred. This is semantically equivalent to
> word 2 > &1
tout doit etre dans le semantically ...