Arithmetic Comparison - Tamil

476 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`)