Relational Operators | Shell Scripting Tutorials 35 | Tech Arkit

preview_player
Показать описание
Relational Operators you can use to compare both number whether given numbers or less than, greater than, less than or equal to, greater than or equal to, equal to and not equal to.
-lt less than
-le less than or equal to
-gt greater than
-ge greater than or equal to
-eq equal to
-ne not equal to

#shell #scripting #techarkit

Ansible Automation Playlist:
RHCSA - Red Hat Certified System Administrator PlayList:

Follow Us on Social Media

Post your topic, we will make videos for you
Рекомендации по теме
Комментарии
Автор

Shell Scripting Tutorial for Beginners.

TechArkit
Автор

Thank you very much. Your tuturials make me feel more confident on the subject. Please expand it to an advanced shell scripting tutorials.

rotrose
Автор

can you tell me why do you use the read -r option?

shubhambhattacharya