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 scripting and coding the same thing?
What is the fastest scripting language?
How do I run a script from command prompt?
What is shell application?
What is the difference between bash and shell?
Explain about login shell?
What is shell variable?
Explain about the slow execution speed of shells?
Can you write a script to portray how set –x works?
What does path stand for?
Why is the use of shell script?
Explain about non-login shell files?
How do I save a powershell script?
What does debug script mean?
What is console line?