[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: echo test >& "quote'test"
From: |
Greg Wooledge |
Subject: |
Re: echo test >& "quote'test" |
Date: |
Tue, 9 Apr 2024 07:24:41 -0400 |
On Tue, Apr 09, 2024 at 01:37:08AM +0000, squeaky wrote:
> Bash Version: 5.2 Patch Level: 21 Release Status: release
>
> Description:
>
> Running
> echo test >& "quote'test"
> should create the file "quote'test", but it creates "quotetest"
> instead.
I can confirm this all the way back to bash 2.05b, and only with the >&
redirection operator. Not with &> or > or >> .