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 conditional statement in shell scripting?
Why are there shells on the beach?
What does echo $0 do?
Write a command sequence to find the count of each word?
How do I read a .sh file?
How do I edit a .sh file?
Why is the use of shell script?
What are the advantages of shell script?
What are the various stages of a linux process it passes through?
write a shell script to check the failed jobs?
how to get part of string variable with echo command only?
wats the deinitions for shell utility and filter?
What will happen to my current process when I execute a command using exec?
What is the significance of $#?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?