|
|
IBM : developerWorks : Linux : Education - Tutorials | |
The set built-in can also be used for setting variables, but when used that way it is optional. The bash command set FOO=foo means exactly the same as FOO=foo. Un-setting a variable is done with the unset built-in:
|
|