bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: extglob patterns not expanded in -c command-strings


From: Paulo Marcel Coelho Aragão
Subject: Re: extglob patterns not expanded in -c command-strings
Date: Sun, 27 May 2018 22:35:46 -0300
User-agent: NeoMutt/20171215

> bash -c 'shopt -s extglob; echo @(foo*|bar*)'

I've just discovered that this works as expected:

bash -O extglob -c 'echo @(foo*|bar*)'

However, the puzzle lingers on, since running this:

bash -c 'shopt -s extglob; shopt extglob'

results in:

extglob         on

which indicates that the original command should have worked as expected, 
recognizing the extglob pattern.

There's still a mystery to unveal here.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]