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
Calculate a real number calculation directly from the terminal and not any shell script.
How to check if the previous command was run successfully?
What is the use of echo in shell script?
What is scripting used for?
What will happen to my current process when I execute a command using exec?
How to set an array in linux?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
How to get script name inside a script?
How do I run a script on mac?
What is another name for a bash shell script that you might see?
What are filters explain sort with all the options available?
Which is better perl or shell scripting?
How to calculate the number of passed arguments?
What is a batch file used for?
What is the use of break command?