What is the difference between a shell variable that is
exported and the one that is not exported?
Answer Posted / narendrasairam
What that makes the difference is its Access Scope.
An exported variable is available across the scrips unlike
an unexported one which is local to the script.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
Give some situations where typing error can destroy a program?
What is the use of .sh file?
What is .sh file in mac?
How do I read a .sh file?
shell script for reverse the string
When should shell programming/scripting not be used?
What is difference between shell and bash scripting?
What is echo $shell?
What is the use of echo in shell script?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
How will you print the login names of all users on a system?
Explain how you Automate your application using Shell scripting.
State the advantages of shell scripting?
What does path stand for?