bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Not so useless use of cat


From: Chet Ramey
Subject: Re: Not so useless use of cat
Date: Wed, 17 Sep 2014 10:54:36 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 9/17/14, 3:07 AM, Aharon Robbins wrote:

>> I've considered emulating it everywhere, regardless of what the OS
>> provides, but I'd get just as many complaints if I did that.
>>
>> Chet
> 
> This is what gawk does. I haven't had any complaints about this,
> and once you do it that way you can claim that Bash is being consistent
> across all systems.  (That's one of the reasons I did it that way.)
> My two cents, of course.

Sure.  It's a choice between internal and external consistency.  If I
emulated /dev/std* (and maybe /dev/fd/*) internally in bash, bash would
behave the same everywhere, but, as Andreas said, I'd get questions
about why `foo -o /dev/stdout' and `foo >/dev/stdout' behaved differently.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]