Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Arithmetic Comparison - Urdu

748 visits



Outline:

Arithmetic comparison -eq(equal to) -ne(not equal to) کا مظاہرہ -eq and -ne کے ساتھ word count program(Used: `wc -w`) -lt(lesser than) -le(lesser than or equal to) -gt(greater than) -ge(greater than or equal to) کا مظاہرہ -lt,-gt, -ge and -le کے ساتھ word count program(Used: `wc -c`)