What is the difference between a shell variable that is
exported and the one that is not exported?
Answer Posted / shimpi
Exported variable is like GLOBAL variable which can be used
across teh scripts and UNIX servers.
Whereas Unexported variable can be the used within the
defined script itself.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between break and continue commands?
What language is used in terminal?
What is shell application?
What is a shell script in windows?
What is a shell script? Can you name some of its advantages?
What language is bash?
How to calculate the number of passed arguments?
What is the crontab?
What are different types of shell?
What is the fastest scripting language?
How does path variable work?
What is the command to find out users on the system?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
Explain about sourcing commands?
What are filters explain sort with all the options available?