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
how to get part of string variable with echo command only?
How do I run a .sh file?
What is bash used for?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
What does echo $0 do?
How to get the first line from a file using just the terminal?
How can we find the process name from its process id?
How do I run a .sh file on mac?
Calculate a real number calculation directly from the terminal and not any shell script.
How will you find the 99th line of a file using only tail and head command?
What language is bash written in?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
What are the types of script?
is this growing field and what is average package in this?
What is shell environment?