[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] Glob star pattern does not match files beginning with a
From: |
Greg Wooledge |
Subject: |
Re: [Help-bash] Glob star pattern does not match files beginning with a period |
Date: |
Fri, 17 Jul 2015 08:14:24 -0400 |
User-agent: |
Mutt/1.4.2.3i |
On Thu, Jul 16, 2015 at 09:23:32PM -0600, Eric Blake wrote:
> And if you DO use nullglob, you then run into the issue you discovered
> earlier that if all three globs expand to nothing, then you invoke plain
> 'ls', which acts as though it had been given the argument '.' (not every
> application behaves like that, but for ls, it can confuse you for
> figuring out what happened).
And this is precisely why nullglob is not recommended in interactive
shells.
- Re: [Help-bash] Glob star pattern does not match files beginning with a period, (continued)
- Re: [Help-bash] Glob star pattern does not match files beginning with a period, Michael Convey, 2015/07/13
- Re: [Help-bash] Glob star pattern does not match files beginning with a period, Michael Convey, 2015/07/15
- Re: [Help-bash] Glob star pattern does not match files beginning with a period, Greg Wooledge, 2015/07/15
- Re: [Help-bash] Glob star pattern does not match files beginning with a period, Eric Blake, 2015/07/15
- Re: [Help-bash] Glob star pattern does not match files beginning with a period, Michael Convey, 2015/07/15
- Re: [Help-bash] Glob star pattern does not match files beginning with a period, Peter West, 2015/07/16
- Re: [Help-bash] Glob star pattern does not match files beginning with a period, Greg Wooledge, 2015/07/16
- Re: [Help-bash] Glob star pattern does not match files beginning with a period, Eric Blake, 2015/07/16
- Re: [Help-bash] Glob star pattern does not match files beginning with a period, Michael Convey, 2015/07/16
- Re: [Help-bash] Glob star pattern does not match files beginning with a period, Eric Blake, 2015/07/16
- Re: [Help-bash] Glob star pattern does not match files beginning with a period,
Greg Wooledge <=
- Re: [Help-bash] Glob star pattern does not match files beginning with a period, Stephane Chazelas, 2015/07/21
- Re: [Help-bash] Glob star pattern does not match files beginning with a period, Michael Convey, 2015/07/24
- Re: [Help-bash] Glob star pattern does not match files beginning with a period, Greg Wooledge, 2015/07/24
- Re: [Help-bash] Glob star pattern does not match files beginning with a period, Matthew Cengia, 2015/07/24
Re: [Help-bash] Glob star pattern does not match files beginning with a period, Dennis Williamson, 2015/07/13