Comments on Shell Scripting Part 3: Decision Control Structures in Shell Scripts

We already covered the basics of shell scripting such as accepting inputs, process data through arithmetic operations and generating and displaying output in the previous series of this tutorial. In this series, we will go deeper to a more advanced topic in a programming language -- making decisions in a program, but this time we will do it using bash shell.

4 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Jose

Thank you for the tutorial.

The following line is duplicated:

-s file

Returns true if file exists and has a greater size that zero

By: Tony

Great tutorial! Please keep them coming.

By: Tony

Awesome!  More of this, please!

By: Vimal Sen

Thank you for this tutorial