How to make userdefined variables to available for all
other shells?
Answers were Sorted based on User's Feedback
Answer / guest
By exporting the variable
export VAR=value_of_the_variable
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / biswaranjan
sorry the above ans ps1 is wrong by mistaken i sent it
Is This Answer Correct ? | 1 Yes | 0 No |
Write a shell script to looking at the log file to see if the test has passed or not
Which scripting language is best for automation?
How will you emulate wc –l using awk?
What is the use of echo in shell script?
What makes c shell a more preferable option than the bourne shell?
What does $@ mean bash?
What is scripting used for?
What is the best scripting language?
In shell scripting if text is surrounded by single quotes what does it denotes?
What does echo mean in scripting?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
What is the way to do multilevel if-else's in shell scripting?