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
Why is the use of shell script?
How do scripts work?
What is the syntax of "nested if statement" in shell scripting?
What is an inode block?
How to get the 3rd element/column from each line from a file?
Write down the syntax of "for " loop
How to check if the previous command was run successfully?
How to set an array in linux?
What is bash coding?
What are the advantages of shell scripting?
Which is better perl or shell scripting?
What is the default ubuntu terminal?
Explain about echo command?
What will happen to my current process when I execute a command using exec?
What is a shell? · Types of shell · what is shell scripting?