adspace


What can you tell about shell variables?

Answer Posted / Kalpna Singh

Shell variables are named containers that store data in Unix-like operating systems. They allow users and programs to store and manipulate values for later use. Shell variables are often used to customize the behavior of shell scripts or interactively modify the current session. Shell variables can be local (only available within a single script) or global (available across multiple scripts).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988