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's the difference between scripting and coding?
Write down the syntax of "for " loop
What are types of shells?
What is shell scripting used for?
How do I run a .sh file on mac?
c program to display the information of given file similar to givan by the unix or linux command ls -l
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
What are "c" and "b" permission fields of a file?
Is shell script a programming language?
How to write a function?
What is the first line of a shell script called?
what is tickets $ what low,medium,high priorite pls define time also
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What is a shell script in windows?
What is awk script?