#!/bin/bash # param-sub.sh # Whether a variable has been declared #+ affects ... echo "command-line parameter = \"$1\"" exit 0 # Will exit here only if ...
確定! 回上一頁