Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #16270
| From | Oğuz <oguzismailuysal@gmail.com> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | Re: greater-than + number sign = newlines in history |
| Date | 2020-05-03 20:03 +0300 |
| Message-ID | <mailman.1966.1588525439.3066.bug-bash@gnu.org> (permalink) |
| References | <bb08b099-59bd-5f04-4074-bbc046e99c6c@gmx.de> <CAH7i3Lpk+rdfw2ZUA0K8Pbns==m0WEKyM-pL+Ou3nK1N9dU7cA@mail.gmail.com> |
I reported this 5 months ago: https://lists.gnu.org/archive/html/bug-bash/2019-10/msg00093.html 3 Mayıs 2020 Pazar tarihinde Tobias Wendorff <tobwen@gmx.de> yazdı: > Configuration Information [Automatically generated, do not change]: > Machine: x86_64 > OS: linux-gnu > Compiler: gcc > Compilation CFLAGS: -g -O2 > -fdebug-prefix-map=/build/bash-2bxm7h/bash-5.0=. > -fstack-protector-strong -Wformat -Werror=format-security -Wall > -Wno-parentheses$ > uname output: Linux inwis-wohnlagen 5.4.0-0.bpo.4-amd64 #1 SMP Debian > 5.4.19-1~bpo10+1 (2020-03-09) x86_64 GNU/Linux > Machine Type: x86_64-pc-linux-gnu > > Bash Version: 5.0 > Patch Level: 3 > Release Status: release > > Description: > When creating a here document containing the greater-than sign followed > by number sign, newlines get added to Bash history: > ``` > $ history > 1 cat << 'EOF' > /dev/null > <#a > > <#b > > EOF > ``` > > Repeat-By: > ``` > $ cat << 'EOF' > /dev/null > <#a > <#b > EOF > ``` > > -- Oğuz
Back to gnu.bash.bug | Previous | Next | Find similar
Re: greater-than + number sign = newlines in history Oğuz <oguzismailuysal@gmail.com> - 2020-05-03 20:03 +0300
csiph-web