Answer Posted / madhavi
test is used to validate an expression in shell script.
for ex:in if loop ,is used as follows
if test a > b
{
#some statements
}
fi
instead of
if [ a > b ]
{
#some statements
}
fi
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Is shell scripting useful?
What are the different commands available to check the disk usage?
What is shift command in shell script?
What is the fastest scripting language?
Why do we use shell scripting?
What is shell application?
What is a file basename?
What are zombie processes?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
What is shell scripting used for?
How to redirect both standard output and standard error to the same location?
What is difference between bash and shell?
What is shell terminal?
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
I want to connect to a remote server and execute some commands, how can I achieve this?