What is the difference between a shell variable that is
exported and the one that is not exported?
Answer Posted / madhavi
the major difference between the shell variable that is
exported and not is variable exported using export command
is global to all shell,where as the other shell variables
are local to their respective shells.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Can shell script run on windows?
What is the use of echo in shell script?
Where are cowrie shells found?
Is shell and terminal the same?
How to pass an argument to a script?
How do I save a powershell script?
What is path in shell script?
How do you know which shell I am using?
How to check if a directory exists?
Why should we use shell scripts?
How can you find out how long the system has been running?
What is scripting autism?
What are the different types of variables used in shell script?
How do I open the shell in cmd?
Can you write a script to portray how set –x works?