[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
echo test >& "quote'test"
From: |
squeaky |
Subject: |
echo test >& "quote'test" |
Date: |
Tue, 09 Apr 2024 01:37:08 +0000 |
Configuration Information [Automatically generated, do not change]: Machine:
x86_64 OS:
linux-gnu Compiler: gcc Compilation CFLAGS: -O2 -flto=auto -ffat-lto-objects
-fexceptions -g
-grecord-gcc-switches -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2
-Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1
-fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64
-mtune=generic
-fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection uname
output: Linux
xps 6.5.12-100.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Nov 20 22:28:44 UTC 2023
x86_64 x86_64
x86_64 GNU/Linux Machine Type: x86_64-redhat-linux-gnu
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.
Repeat-By: echo test >& "quote'test"
- echo test >& "quote'test",
squeaky <=