Exportとset envでそれを試してみましたが、うまくいきませんでした。どうやるか?
例えば
~/directory$ export a.home=1
bash: export: `a.home=1': not a valid identifier
ドットは、シェル識別子の有効な文字ではありません。
したがって、答えは「あなたが求めることはできません」です。
name A Word consisting only of alphanumeric characters and under- scores, and beginning with an alphabetic character or an under- score. Also referred to as an identifier.
実際に同僚が私に尋ねたところ、回避策が見つかりました-使用
env var.with.dots=value command