The number of command line arguments is stored in $# so one can check for arguments with: if [[ $# -eq 0 ]];then print "No Arguments" exit fi.
確定! 回上一頁