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 command line shell?
What is shift command in shell script?
What is the meaning of $1 in shell script?
How to find all the files modified in less than 3 days and save the record in a text file?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What is bash used for?
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
Can we run shell script in windows?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
Where is bash history?
Is shell scripting easy to learn?
How to check if a directory exists?
What is shell and terminal?
What is the way to do multilevel if-else's in shell scripting?
What is the command to find out today's date?