How to make userdefined variables to available for all
other shells?
Answers were Sorted based on User's Feedback
Answer / guest
By exporting the variable
export VAR=value_of_the_variable
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / biswaranjan
sorry the above ans ps1 is wrong by mistaken i sent it
| Is This Answer Correct ? | 1 Yes | 0 No |
What is gui scripting?
A file has multiple records each having three 30-bit long fields(field1,field2,field3).There is also a lookup file,LOOK_UP.dat.Now, we need to consider only the last ten digits of field1 and lookup the file LOOK_UP.dat. If there a match then field2 and field3 should replaced with corresponding data from the lookup file. otherwise that particular record,for which there is no match, should be stored in a seperate file.
What is option in shell script?
How will you copy a file from one machine to other?
How shell works?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
What are zombie processes?
In shell scripting if text is surrounded by single quotes what does it denotes?
Is shell scripting a language?
What does $@ mean bash?
What is inside a seashell?
What is the significance of the shebang line in shell scripting?