Arithmetic expansion with increments and output redirection

2019-04-23 Thread Ian Neal
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-redhat-linux-gnu' -DCONF_VENDOR='redhat' -DLOCALEDIR='/usr/share/locale' -

Escape sequences in vi-ins-mode-string

2019-04-23 Thread Joshua O'Connor
Hi, I'm trying to have my cursor change within Bash depending on the vi mode I'm in. To accomplish this I've used: > vi-ins-mode-string = "\1\e[6 q\2" and a corresponding vi-cmd-mode-string in .inputrc, which has indeed worked. However when using the tmux terminal multiplexer it fails to

compgen -d odd symlink behavior

2019-04-23 Thread Chet Ramey
On 4/21/19 6:39 AM, Ville Skyttä wrote: > Bash Version: 4.4 > Patch Level: 19 > Release Status: release > > Description: > > Originally reported in https://github.com/scop/bash-completion/issues/118 > This is on Ubuntu's 4.4.19, but reproducible with Fedora development's > 5.0.2 as well. > > Re