Browse Source

Add link to bash array article

George Jones 1 year ago
parent
commit
fc1ff9bbc0
1 changed files with 4 additions and 2 deletions
  1. 4 2
      home/public/snippits/bash/bashArrays.sh

+ 4 - 2
home/public/snippits/bash/bashArrays.sh

@@ -28,8 +28,10 @@
 
 #
 # http://www.linuxjournal.com/content/return-values-bash-functions
-# 
-
+#
+# Also see, c.a. 2022-10-18, very helpful
+#
+#   https://opensource.com/article/18/5/you-dont-know-bash-intro-bash-arrays
 
 
 source bashUtils.sh