In shell programming in linux, if I want to do something if the number is 3 then I can write
 
if [$numb ="3"]
then
echo "hello"
fi
 
But if I have to write a condition "greater that 3 and less than 10", how do I write it?
 
Any help will be highly appreciated!!!
 
Shr

Reply via email to