echo ${username-`whoami`} # Echoes the result of `whoami`, if variable $username is still unset. · #!/bin/bash # param-sub.sh # Whether a variable has been ...
確定! 回上一頁