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 is .sh file in mac?
What is the use of echo in shell script?
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
How will you pass and access arguments to a script in linux?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What are different types of shell?
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
How will you emulate wc –l using awk?
What are the different communication commands available in the shell?
What is $1 in shell scripting?
How will you connect to a database server from linux?
What is the default ubuntu terminal?
What is a batch file used for?
What is shell scripting?
Is bash an operating system?