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
Is shell scripting a language?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
Is shell scripting a programming language?
Why do we use shell scripting?
How do I set bash as default shell mac?
What is the use of "$#" in shell scripting?
What is the way to do multilevel if-else's in shell scripting?
Calculate a real number calculation directly from the terminal and not any shell script.
How do we delete all blank lines in a file?
What does sh mean?
Why are shell scripts used?
Write the syntax for "if" conditionals in linux?
What is the use of break command?
What are types of shells?
What is web script?