Decisions | A Way To Make BASH Program Intelligent - Learn BASH | Part 4
Welcome to the fourth chapter of BASH scripting series in which we will discuss the topic, decisions. Like a human being making decisions throughout the day, computers too need to decide on the best possible route when executing stuff from time to time. It has to consider whether a certain line of statements is necessary to be executed or not, based on a condition. In computer programming, the condition is usually tested on boolean values; either true or false.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.