update manuscript

This commit is contained in:
Dylan Araps 2018-06-20 16:05:56 +10:00
parent d9e4f52260
commit ee2ee181f6
1 changed files with 1 additions and 1 deletions

View File

@ -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`. |