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
What is a batch file used for?
Write a script to print the first 10 elements of fibonacci series.
What happens on a system call?
Write down the syntax of "for " loop
What is shift command in shell script?
What is shell application?
What is shell environment?
What is a shell environment?
What is the fastest scripting language?
What is basename in shell script?
How do I save a powershell script?
When should shell programming/scripting not be used?
Which is better perl or shell scripting?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
Is powershell a language?