Re: Terminal stop when a group of pipelines is piped to a pager

2016-09-28 Thread Chet Ramey
On 9/28/16 3:35 AM, Abhijit Dasgupta wrote: > Bash Version: 4.3 > Patch Level: 11 > Release Status: release > > Description: > > The following stopping issue is seen in recent bash versions: > > $ { cmd_a; cmd_b | cmd_c; } | pager_prog > > [1]+ Stopped { cmd_a; cmd_

Re: doc improvement for dotglob

2016-09-28 Thread L. A. Walsh
Ian Kelling wrote: I'm not sure your reading it quite right. Chet gets it. Another way of explaining it is: dotglob does not affect the files "." and "..". --- After I saw Chet's response, I sorta got you were referring to the "exceptions". Thanks. -l

Re: Bad substitution when pressing [TAB]

2016-09-28 Thread Chet Ramey
On 9/27/16 4:46 PM, Valentin Bajrami wrote: > HI, > > While I was testing some variable substitution I came across this error / > unwanted behavior. > > So for example: > > $ printf '%s' "${/debash: ${/: bad substitution > bash: ${/: bad substitution I can imagine that it's unwanted behavior.

Re: Terminal stop when a group of pipelines is piped to a pager

2016-09-28 Thread Pierre Gaston
On Wed, Sep 28, 2016 at 10:35 AM, Abhijit Dasgupta wrote: > Configuration Information [Automatically generated, do not change]: > Machine: x86_64 > OS: linux-gnu > Compiler: gcc > Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' > -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc