linux script中條件符合但要做空執行

linux 中 script 我們程式的邏輯想好了,但是內容還沒好的時候,可以用冒號":",代表這邊不用做事情

if [ "1" == "1" ]; then
  :
else
  :
fi


留言

熱門文章