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 is echo $shell?
Why is used in shell scripting?
What are the default permissions of a file when it is created?
What is a batch file used for?
How do I stop script errors?
How are shells born?
Where are cowrie shells found?
Why should we use shell scripts?
What is bash shell command?
What is awk script?
How do we delete all blank lines in a file?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
What are the different variables present in linux shell?
What is scripting autism?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.