[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: |
Dennis Williamson |
Subject: |
Re: [Help-bash] Glob star pattern does not match files beginning with a period |
Date: |
Mon, 13 Jul 2015 16:54:04 -0500 |
shopt -s dotglob
On Mon, Jul 13, 2015 at 1:57 PM, David Niklas <address@hidden> wrote:
> ls *
> Documents
> tmp
> rtorrent-session
>
> I'm using bash version 4.3.39.
> I want * to match _everything_ but "." and ".." .
>
> Thanks, David
>
>
--
Visit serverfault.com to get your system administration questions answered.
- 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, 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, 2015/07/17
- 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 <=