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 use of .sh file?
Is bash an operating system?
What is difference between bash and shell?
How to check if a directory exists?
What is a beat in a script?
Can we run shell script in windows?
How will you emulate wc –l using awk?
What are the disadvantages of shell scripting?
What is a program shell?
What are different types of shell?
What does debug script mean?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
Explore about environment variables?
Write a shell script to get current date, time, user name and current working directory.
How to use arguments in a script?