help-bash
[Top][All Lists]
Advanced

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

Please help clarify bash this common found code


From: Budi
Subject: Please help clarify bash this common found code
Date: Fri, 20 Oct 2023 13:33:03 +0700

Please help clarify bash this common yet doubtful line

So often read or found a variable definition (or/and declaration) is
at the start preceding every command/code, one terminated by shel
terminator the other not

This merely illustration, what is the definitive function/behaviour on
e.g. each of

FOO=bar ; find /usr

and

FOO=bar  make Makefile

Please crystal clearly elaborate it



reply via email to

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