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 info area how many types?
What is the use of "$#" in shell scripting?
How do I run a shell script on a mac?
What is the difference between bash and shell?
Is shell scripting a language?
What are filters explain sort with all the options available?
Is shell and terminal the same?
How do I set bash as default shell mac?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What are the disadvantages of shell scripting?
How do I stop script errors?
How do I open the shell in cmd?
How can the contents of a file inside jar be read without extracting in a shell script?
What is the use of break command?
What is a command line shell?