On Thu, Oct 29, 2015 at 4:35 PM, Chet Ramey <chet.ra...@case.edu> wrote:
> On 10/24/15 10:00 PM, Dan Stromberg wrote: > > > > I've created a small diff against tonight's bash master branch for > > displaying a (single!) prompt after reading a command but before > executing > > said command. > > > > It's kind of like trapping debug, but it doesn't output the prompt once > for > > each subcommand in a pipeline - it's just once for the thing you typed. > > Thanks for the patch. It looks like you did it the right way. This will > probably make it into bash-4.4. > > That's great. Thanks Chet, thanks Eduardo.