|
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
|
- RE: [SLUG] if else Shrestha
- RE: [SLUG] if else Aravind Selvaraje
- Re: [SLUG] if else Andrew Reilly
- Re: [SLUG] if else Peter Chubb
- Re: [SLUG] if else Joe G
