On Fri, Dec 12, 2014 at 01:59:50PM -0700, Bob Proulx wrote:
> Dennis Williamson wrote:
> > Bob Proulx wrote:
> > > I see a lot of hits in the bash_completion add-on files. Should we be
> > > looking at:
> > >
> > > $ grep -r "shopt -s extglob" /etc/bash*
> > > /etc/bash_completion.d/nmh:sh
Dennis Williamson wrote:
> Bob Proulx wrote:
> > I see a lot of hits in the bash_completion add-on files. Should we be
> > looking at:
> >
> > $ grep -r "shopt -s extglob" /etc/bash*
> > /etc/bash_completion.d/nmh:shopt -s extglob
> > /etc/bash_completion.d/libreoffice.sh:test $g -eq
On 12/12/14, 9:59 AM, David J. Haines wrote:
> Hi all,
>
> When started interactively, bash sets the extglob shopt; however, that
> fact seems to have been overlooked in the manpage. The behavior of bash
> itself is great, but in the context of the manpage, it appears
> erroneous, as it indicates
On Fri, Dec 12, 2014 at 12:32 PM, Bob Proulx wrote:
> Greg Wooledge wrote:
> > David J. Haines wrote:
> > > When started interactively, bash sets the extglob shopt; however, that
> > > fact seems to have been overlooked in the manpage.
> >
> > This is a compile-time setting. Your vendor probably
Greg Wooledge wrote:
> David J. Haines wrote:
> > When started interactively, bash sets the extglob shopt; however, that
> > fact seems to have been overlooked in the manpage.
>
> This is a compile-time setting. Your vendor probably turned this on.
>
> imadev:~$ bash-4.3
> imadev:~$ shopt | grep
On Fri, Dec 12, 2014 at 09:59:50AM -0500, David J. Haines wrote:
> When started interactively, bash sets the extglob shopt; however, that
> fact seems to have been overlooked in the manpage.
This is a compile-time setting. Your vendor probably turned this on.
imadev:~$ bash-4.3
imadev:~$ shopt |
Hi all,
When started interactively, bash sets the extglob shopt; however, that
fact seems to have been overlooked in the manpage. The behavior of bash
itself is great, but in the context of the manpage, it appears
erroneous, as it indicates that use of 'shopt' is necessary for extglob
to be enable
On 1/31/14, 7:09 PM, Peggy Russell wrote:
> Release 4.3.0(1)-rc2
>
> The help for "case", in the shell's builtin command "help", shows the
> operator ;; but not the operators ;& and ;;&.
>
> help case
Thanks for the report. There are a number of places where `help' is not
as comprehensive as
Release 4.3.0(1)-rc2
The help for "case", in the shell's builtin command "help", shows the
operator ;; but not the operators ;& and ;;&.
help case
Peg Russell