🔀 Bash Conditions

Bash uses if, elif, and else to run code based on conditions.

📖 Example:

▶️ Try It Yourself

Output will appear here...
💡 Tip: Always put spaces between brackets and your values: [ $num -gt 5 ]