How do I find information on bash special parameters ($* $@ $# $? $- $$ $! $0 $_)? [duplicate]
问题 This question already has answers here : What are the special dollar sign shell variables? (4 answers) Closed 2 years ago . (I've seen a number of questions here about Bash special parameters. It can be difficult to search for things like $* , both in the Bash manual and via Google. This question is intended to be a general reference for these questions.) The Bash shell defines a number of "special parameters" (which is itself a bit confusing, since most of us think of them as "variables",