私はちょうどbashマニュアルでこのスニペットを見つけました:
A variable may be assigned to by a statement of the form
name=[value]
If value is not given, the variable is assigned the null string.
とは正確にはどういう意味null string
ですか? 例えば
local empty
に相当
local empty=""
?