How to create environment variables?What are the conditions
for creating variables?
We can create environment variable by using export command.
(Also by using set, but difference between set and export
is the which has been exported is being availabe in
cloned/child shell.) export VAR="Welcome"
But problem is this variable has life span of sesson only.
For making it permananet we need to put that in login
script.
| Is This Answer Correct ? | 3 Yes | 0 No |
is there any command to find user password?
write a shell script to identify the given string is palindrome or not?
17 Answers CTS, HP, IBM, InfoEst, Wipro,
What is the first line of a shell script called?
What are the advantages of shell script?
What is the first line in a shell script?
What are the different types of shell scripting?
What is the difference between break and continue commands?
How to pass an argument to a script?
What is the significance of $#?
What language is bash?
Explain about debugging?
What are scripts in psychology?