How to make userdefined variables to available for all
other shells?
Answer Posted / asit
for Global declaration::
setenv x 10
setenv str "test"
for local declaration::
set a = 10
set s = "test"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What exactly is a shell?
Which is better perl or shell scripting?
What is ms powershell?
What is shell application?
What are the advantages of shell scripting?
What is shell and terminal?
What is the best shell scripting language?
Given a file find the count of lines containing the word "abc".
What does path stand for?
What is a shell in operating system?
What does echo mean in scripting?
What are the advantages of using shell scripts?
What is bash eval?
how will you find the total disk space used by a specific user?
What is the use of .sh file?