Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15533

'#' in here-doc

From Oğuz <oguzismailuysal@gmail.com>
Newsgroups gnu.bash.bug
Subject '#' in here-doc
Date 2019-10-24 00:35 +0300
Message-ID <mailman.1617.1571869307.9715.bug-bash@gnu.org> (permalink)
References <CAH7i3Lp_T1x2L9CdhJaG=Be8sA-jtiZen5dYNNK67vqnf9E8qQ@mail.gmail.com>

Show all headers | View raw


After running this on bash 5.0.9:

wc -c <<EOF
#
EOF

if I hit up arrow key, I get this:

wc -c <<EOF
#

EOF

(there is an extra blank line). Can't reproduce on bash 4.4.20 though

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

'#' in here-doc Oğuz <oguzismailuysal@gmail.com> - 2019-10-24 00:35 +0300

csiph-web