Simple Bash Scripting

Presented by Died R. June 21, 2019 Sequence, selection and Iteration: https://en.wikipedia.org/wiki/Structured_programming#Theoretical_foundation Sequence Ordered statements a = b * 3 print “stuff” foo = sin(3) Selection Choose one or another set of statements if i = 7 then  do something else do something else or perhaps nothing Iteration Do a set of statements repeatedly while i … Continue reading Simple Bash Scripting