docs: drop reference to process expansion

This commit is contained in:
David Adam 2018-11-12 23:12:41 +08:00
parent 4b28e9d2e4
commit 8e5b1f9e4d

View file

@ -699,7 +699,6 @@ When combining multiple parameter expansions, expansions are performed in the fo
- Command substitutions
- Variable expansions
- Bracket expansion
- Pid expansion
- Wildcard expansion
Expansions are performed from right to left, nested bracket expansions are performed from the inside and out.