$#
–
Number of Positional Parameters
$#
is the number of available positional parameters $1
, $2
, etc.
Links
Examples
- Print number of positional parameters
1 2
set a b c echo "$#"
BashSupport Pro 是一款 Bash 和 POSIX 集成开发环境,支持 $# - 立即试用!