What do the following environment variables in Linux mean?
- What is $* (dollar sign followed by an asterisk)?
- What is $# (dollar sign next to a hash mark/number sign/octothorpe/pound sign)?
|
feedback
|
|
From http://linuxsig.org/files/bash_scripting.html :
So basically, As Brian commented, there is simple example. If you run following command:
As Dennis noted in comments, this assumes any bash variant as your shell. | |||||||||
feedback
|