bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: obscure bug "extern void free (void *__ptr) __attribute__ ((__nothro


From: Eduardo Bustamante
Subject: Re: obscure bug "extern void free (void *__ptr) __attribute__ ((__nothrow__ , __leaf__));"
Date: Thu, 21 Jan 2021 13:32:07 -0800

On Thu, Jan 21, 2021 at 1:28 PM Mathias Steiger
<mathias.steiger@googlemail.com> wrote:
>
>
> No.
>
> If you read the the rest of the bug report, it might become clearer to you.
>
>
> Suppose I wrote a simple script:
>
>      {if echo "27ac5e2f757302" >& /dev/null; then echo "yes"; else echo
> "no"; fi } > output

Did you mean:
  echo "27ac5e2f757302" &> /dev/null;

Instead?

`>&` is not the same as `&>`



reply via email to

[Prev in Thread] Current Thread [Next in Thread]