$#
$*
echo $# arguments passed echo they are $* for arg in $* do echo $arg done
shell 参数
原文:https://www.cnblogs.com/MartinTai/p/14664139.html