What is Path variable?What is its use?
Answer / guest
PATH is an environment variable.
It contains the sequence of paths seperated by colons(:)
when we enter commands on the prompt the shell first checks
that coorresponding program to execute in those paths
specified in PATH variable.
We can print that sequnece by typing
echo $PATH
| Is This Answer Correct ? | 8 Yes | 0 No |
What is awk in shell script?
What is a shell script? Can you name some of its advantages?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
How to enable the shell to know what program should be run to interpret the script?
Is shell scripting useful?
What's the difference between scripting and coding?
What is the use of echo in shell script?
What is shell prompt?
What are the disadvantages of shell scripting?
What is shell environment?
What does $1 mean in bash?
How important is shell scripting?