Re: '#' in here-doc

2019-10-30 Thread Chet Ramey
On 10/23/19 5:35 PM, Oğuz wrote: > After running this on bash 5.0.9: > > wc -c < # > EOF > > if I hit up arrow key, I get this: > > wc -c < # > > EOF > > (there is an extra blank line). Can't reproduce on bash 4.4.20 though Thanks for the report. I'll take a look. Chet -- ``The lyf so short

'#' in here-doc

2019-10-23 Thread Oğuz
After running this on bash 5.0.9: wc -c <