Set bash's shell option nullglob by default?

Scott Schmit i.grok at comcast.net
Fri Jul 13 12:06:57 UTC 2012


On Fri, Jul 13, 2012 at 01:56:29PM +0200, Roman Rakus wrote:
> Hi,
> I have a question about nullglob bash's shell option. I want to hear
> opinions.
> The behavior is nicely described in bash reference manual [1]
> By default, the nullglob is turned off. And it tends people to use
> bad habits in shell scripting.
> In my POV the nullglob could be turned on by default. However, i
> would like to hear opinions from others.
> 
> It is possible it can break many scripts even in rpm's scriptlets,
> but as I already said, it's because bad habits. So the main gain
> will be the people will learn how is the globbing in bash and in the
> whole environment working.

So ls *.foo should list the entire directory if no files match *.foo?
It's a bad habit for me to expect ls *.foo to return nothing in this
case? You're going to need to convince me.

-- 
Scott Schmit
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4104 bytes
Desc: not available
URL: <http://lists.fedoraproject.org/pipermail/devel/attachments/20120713/2e4d9b01/attachment.bin>


More information about the devel mailing list