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 are the zombie processes?
What is egrep?
What is the conditional statement in shell scripting?
How do you read arguments in a shell program - $1, $2 ..?
How to check if a directory exists?
What does it mean to debug a script?
Is scripting and coding the same thing?
What is shell terminal?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
How to rename all the files in a folder having specific extension? Example: I have some files with extension (.txt) in a folder name 'Test'. I have to rename all the .txt files in a test and its subdirectories to .my extension.
What is the use of "$?" Sign in shell script?
Hi, i want to zip the files that generates automatically every few minutes (files generated are in .arc extension)....any body write a script for this... thanks in advance