How to make userdefined variables to available for all
other shells?
Answer Posted / guest
By exporting the variable
export VAR=value_of_the_variable
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a shell made of?
Explain about shebang?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
What is shell variable?
What is the conditional statement in shell scripting?
How to pass an argument to a script?
What is the first line of a shell script called?
What does echo mean in scripting?
Print the 10th line without using tail and head command.
What is bash command used for?
Write a script to print the first 10 elements of fibonacci series.
What are the various stages of a linux process it passes through?
What is the meaning of $1 in shell script?
write a shell script to check the failed jobs?
What is the first line in a shell script?