Linux Shell中判斷某個環境變量是否存在以及獲取某個環境變量的值

Shell中判斷某個環境變量是否存在以及獲取某個環境變量的值 #!/bin/bash   if   [   $TOMCAT_HOME   ];  then  echo   "not   found "  else  tar   xvf   /home/a.tar  fi echo   $TMPPATH  #直接用'#'+環境變量名在shell中使用環境變量的值 if   [   -z   $TMP
相關文章
相關標籤/搜索