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 the syntax of while loop in shell scripting?
How to print all array elements and their respective indexes?
What are zombie processes?
How to check if a directory exists?
What language is bash?
How to check if the previous command was run successfully?
What is awk in shell script?
Is shell scripting a programming language?
What does sh mean?
How will you copy a file from one machine to other?
How to get script name inside a script?
What is bash shell command?
What is scripting used for?
What is meant by $1 in shell script?
What is a shell script? Can you name some of its advantages?