-z

From wikieduonline
Revision as of 03:23, 3 March 2022 by Chmod15 (talk | contribs)
Jump to navigation Jump to search

[ -z $1 ] && { usage; }


Related

function usage() {
    echo "Usage:" $(basename $0) Explain options here"
    exit 0
}

See also

Advertising: