Since <colon> is a separator in this context, directory names that might be used in PATH should not include a <colon> character.
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_03
Since <colon> is a separator in this context, directory names that might be used in PATH should not include a <colon> character.
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_03
path name
environment valiable
Portable Operating System Interface
$RECT_HGT
}{$RECT_WDT
}{$RECT_Y
}{$RECT_X
}{SSL_CERT_FILE}{すべて
>=bash
>printenv | more
<
変数名を指定
>=bash
>printenv | grep (特定の変数名)
<
>=bash
>TEST=test; export TEST
<