≡ Menu

Unix Export Command

This article is part of our on-going bash tutorial series. Like any other programming languages, Bash also provides variables. Bash variables provide temporary storage for information that will be needed during the lifespan of the program. Syntax: VARNAME=VALUE Note: There should not be any space around “=” sign in variable assignment. When you use VAR=VALUE, [...]

{ 5 comments }