summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-13 14:58:06 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-13 14:58:06 -0400
commitdc280b28c462bdf0c112d174ddc6c7658de4b9f9 (patch)
treeb1cf593a3d4ea36231445fd06394188efd98d2d3
parent02c7decdb222f3edf6c054266813441b5b5cd531 (diff)
explain what is missing from bash-arrays
-rw-r--r--public/bash-arrays.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/bash-arrays.md b/public/bash-arrays.md
index 3d25847..a34f58a 100644
--- a/public/bash-arrays.md
+++ b/public/bash-arrays.md
@@ -2,7 +2,10 @@ Bash arrays
===========
:copyright 2013 Luke Shumaker
-Note: This page is incomplete.
+Note: This page is incomplete—it does not cover setting or altering
+the contents of an array, only reading from it. Note to self: that
+means I need to describe `array=(tokens...)`, `array+=(tokens...)` and
+`shift`.
Way too many people don't understand Bash arrays. Many of them argue
that if you need arrays, you shouldn't be using Bash. If we reject