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 |
What are the different commands available to check the disk usage?
How to customise the existing shell?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
How to redirect both standard output and standard error to the same location?
Hi, I want to practise Unix korn shell scripting which i learnt 2 yr bfr. plz suggest software i can use to practise.
how is the oppurtunities for unix in the software
When you login to a c shell, which script would be run first?
What is the purpose of scripting?
How to check if the previous command was run successfully?
Write a script to print the first 10 elements of fibonacci series.
What are the Different types of shells?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?