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 - Tamil

982 visits



Outline:

Bash comparison- Arithmetic comparison Arithmetic comparison -eq(equal to) -ne(not equal to) ஒரு word count ப்ரோகிராமுடன் -eq மற்றும் -ne ஐ விளக்குதல் (பயன்படுத்தப்பட்டது: `wc -w`) -lt(lesser than) -le(lesser than or equal to) -gt(greater than) -ge(greater than or equal to) ஒரு word count ப்ரோகிராமுடன் -lt,-gt, -ge மற்றும் -le ஐ விளக்குதல் (பயன்படுத்தப்பட்டது: `wc -c`)