最終更新:2020-04-09 (木) 13:57:19 (1476d)  

export
Top / export

Set an environment variable

export PATH=$PATH:/path/to/add

Bash/設定ファイル

メモ

シェル変数

  • [root@localhost ~]# HOGE=hogehoge
    [root@localhost ~]# echo $HOGE
    hogehoge

Makefile/export

Windows

関連