From e38ee905e9402d9bca415d370943f8ccc8acd960 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 13 Oct 2013 12:35:52 -0400 Subject: add a note to the bash arrays article about it being incomplete --- public/bash-arrays.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/bash-arrays.md b/public/bash-arrays.md index 697d018..3d25847 100644 --- a/public/bash-arrays.md +++ b/public/bash-arrays.md @@ -2,6 +2,8 @@ Bash arrays =========== :copyright 2013 Luke Shumaker +Note: This page is incomplete. + 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 the notion that one should never use Bash for scripting, then thinking -- cgit v1.2.3