Hi..Everyone...

you know case statement very well...

case $var in

op1)...
op2)...

esac

The problem is ,,, how can i specify the less than , greater than condition in case statement????????

case $var in

-gt 100)....

esac

..is not working...

hi,

you can't do that; use if...;then...;[elif...;][else...;]fi

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.