[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Not so useless use of cat
From: |
arnold |
Subject: |
Re: Not so useless use of cat |
Date: |
Thu, 18 Sep 2014 07:26:33 -0600 |
User-agent: |
Heirloom mailx 12.4 7/29/08 |
Chet Ramey <address@hidden> wrote:
> Yes, on this one. There are others; recall the `discussion' about
> whether bash should choose between /dev/fd or FIFOs for process
> substitution at runtime.
That's a tougher one. It's a question of how far back do you wish
to continue supporting systems?
I'm finding that modern systems have pretty much the union of things
that I need, and also that the older ones that don't simply aren't
in use anymore. E.g., do you still need to support SunOS 4.1.x? Ultrix?
OSF/1? Irix?
I removed a lot of crufty code in gawk ~3 years ago to zero complaints.
You might be able to do that in Bash (e.g., assume /dev/fd), especially
if you do it a major release point (Bash 5.0).
Again, my two cents' worth. And I understand that gawk doesn't make
the same demands of the OS that Bash does.
HTH,
Arnold
- Re: Not so useless use of cat, (continued)
- Re: Not so useless use of cat, Bob Proulx, 2014/09/16
- Re: Not so useless use of cat, Greg Wooledge, 2014/09/16
- Re: Not so useless use of cat, Bob Proulx, 2014/09/16
- Re: Not so useless use of cat, Chet Ramey, 2014/09/16
- Re: Not so useless use of cat, Bob Proulx, 2014/09/17
- Message not available
- Re: Not so useless use of cat, Aharon Robbins, 2014/09/17
- Re: Not so useless use of cat, Andreas Schwab, 2014/09/17
- Re: Not so useless use of cat, Chet Ramey, 2014/09/17
- Message not available
- Re: Not so useless use of cat, Aharon Robbins, 2014/09/18
- Re: Not so useless use of cat, Chet Ramey, 2014/09/18
- Re: Not so useless use of cat,
arnold <=
- Re: Not so useless use of cat, Greg Wooledge, 2014/09/18
- Re: Not so useless use of cat, Chet Ramey, 2014/09/18
- Re: Not so useless use of cat, Dennis Williamson, 2014/09/16
- Message not available
- Re: Not so useless use of cat, Ralf Goertz, 2014/09/17
Re: Not so useless use of cat, Greg Wooledge, 2014/09/15