From ee2ee181f63cec79dd19b1bec1a3823fbd922a6f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 20 Jun 2018 16:05:56 +1000 Subject: [PATCH] update manuscript --- manuscript/chapter8.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuscript/chapter8.txt b/manuscript/chapter8.txt index a40660a..c91a83f 100644 --- a/manuscript/chapter8.txt +++ b/manuscript/chapter8.txt @@ -4,7 +4,7 @@ | Parameter | What does it do? | | --------- | ---------------- | -| `${!VAR}` | Access a variable based on the value of `VAR`. See: [link](#assign-and-access-a-variable-using-a-variable) +| `${!VAR}` | Access a variable based on the value of `VAR`. | `${!VAR*}` | Expand to `IFS` separated list of variable names starting with `VAR`. | | `${!VAR@}` | Expand to `IFS` separated list of variable names starting with `VAR`. |