#!/usr/bin/env bash NAME="John" echo "Hello $NAME!" ... Note that [[ is actually a command/program that returns either 0 (true) or 1 (false).
確定! 回上一頁