Tag Archives: to find greatest of the three using shell scripting

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

Posted in Shell scripting | Tagged , , | Leave a comment