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 >> .