[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] group
From: |
Pierre Gaston |
Subject: |
Re: [Help-bash] group |
Date: |
Mon, 12 Dec 2016 19:36:09 +0200 |
On Mon, Dec 12, 2016 at 6:07 PM, John McKown <address@hidden>
wrote:
> On Mon, Dec 12, 2016 at 9:22 AM, Greg Wooledge <address@hidden>
> wrote:
>
> > On Mon, Dec 12, 2016 at 08:08:28AM -0600, John McKown wrote:
> > > But with BASH, you can use process substitution:
> > >
> > > some-program <(cat Region{,-*}.csv???)
> >
> > For the record, note that you need a relatively new version of bash to
> > use a brace expansion inside a process substitution.
> >
>
> Thanks, I hadn't realized that. I tend to stay very current on Fedora.
>
Bash 4 is already almost eight years old, so depending on your mileage, it
may not seem too new to you ;)