What is the difference between a variable and value?
Answer Posted / amaresh_83
Variable itself a Variable and you Can assign anything with
variable.Some Value is Assigned to Variable.It's place in
memory is in Global.so you can change the assigned value to
the variable.
Value is a constant.It's palace is in Readonly memory mean
you can't change. as it's constant.
| Is This Answer Correct ? | 40 Yes | 17 No |
Post New Answer View All Answers
Explain about sourcing commands?
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 can you do with powershell?
How do I debug a shell script?
What is sudo command?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
What is a scripting language simple definition?
How will you print the login names of all users on a system?
What happens when you type ls?
What are the different commands available to check the disk usage?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
What is the best shell scripting language?
Explain about shebang?
What does chmod do?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?