IT Nursery
What is the best way to emulate a do-while loop in Bash? I could check for the condition before entering the while loop, and then continue re-checking the condition...
  • June 3, 2022
  • 0 Comments
IT Nursery
There are apparently many ways to iterate over a collection. Curious if there are any differences, or why you’d use one way over the other. First type: List<string> someList...
  • June 1, 2022
  • 0 Comments