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


Groups > gnu.bash.bug > #15533 > unrolled thread

'#' in here-doc

Started byOğuz <oguzismailuysal@gmail.com>
First post2019-10-24 00:35 +0300
Last post2019-10-24 00:35 +0300
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#15533 — '#' in here-doc

FromOğuz <oguzismailuysal@gmail.com>
Date2019-10-24 00:35 +0300
Subject'#' in here-doc
Message-ID<mailman.1617.1571869307.9715.bug-bash@gnu.org>
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

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web