11 July 2020 20:00
What Is The Right Way To Loop In Bash?
by oriegLooping over a list of numbers or words is a building block in shell scripts. Learn how to write Bash loops, including for loop, while loop, and until loop.
22 May 2020 03:15
A Complete Guide On How To Use Bash Arrays
by oriegLearn how to use bash array variables and associative bash arrays. This guide covers how to declare a bash array, iterate over a bash array, and access keys and values.
1
(2 marks)