Categories
Archives
Blog Stats
- 482,655 hits
-
Join 489 other subscribers
You can like us at
Meta
Tag Archives: greatest of three numbers using shell
greatest of three numbers
In today’s post we shall write a code to find biggest of the three numbers.To write the code we need to know the syntax of nested if statements in shell scripting.The syntax of nested if statements is as follows: if … Continue reading