What is the difference between a variable and value?
Answer Posted / orange
A variable is like a named "box" that holds a value. the name of the "box" is the variable name. Where a variable is used, it's actually the value held in the "box" that is used.
| Is This Answer Correct ? | 9 Yes | 9 No |
Post New Answer View All Answers
What are the various stages of a linux process it passes through?
What is $1 in shell scripting?
How will you pass and access arguments to a script in linux?
What can scripts do?
What's the difference between scripting and coding?
What are the advantages of shell scripting?
Can shell script run on windows?
Is shell scripting difficult?
Tell something about the super block in shell scripting?
Explain about the slow execution speed of shells?
What are the advantages of shell script?
What is shift command in shell script?
What is the best shell scripting language?
How important is shell scripting?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script