help-bash
[Top][All Lists]
Advanced

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

Re: does formatting matter


From: Chet Ramey
Subject: Re: does formatting matter
Date: Tue, 14 Jan 2020 09:24:10 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.3.1

On 1/14/20 8:34 AM, NBaH wrote:
Le Mon, 13 Jan 2020 09:16:51 -0500,
Chet Ramey <address@hidden> a écrit :

On 1/12/20 9:57 AM, NBaH wrote:

what is the reason for these commands to show code this way
if test "anything"; then
rather than
if test "anything"
then

They're equivalent; why does it matter?


so, it doesn't change the way the code is interpreted.
this is simple formatting, without impact on a way code is read or
given to kernel. right ?

Correct.

a simple matter of taste that remains from... first shell ever ?

People value terse representations.



--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    address@hidden    http://tiswww.cwru.edu/~chet/



reply via email to

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