Control flow is the backbone of how programs and shells decide what to run, when, and under what conditions. From if-else ...
I'm trying to write a shell script to do daily online backups for me.<BR><BR>Here's the code and I'll explain what I'm trying to do, but maybe you can figure it out ...