Bash Arrays: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
* http://www.gnu.org/software/bash/manual/html_node/Arrays.html#Arrays | * http://www.gnu.org/software/bash/manual/html_node/Arrays.html#Arrays | ||
* http://tldp.org/LDP/abs/html/arrays.html | * http://tldp.org/LDP/abs/html/arrays.html | ||
==Overview== | |||
==Declaration== | |||
==Initialization== | |||
=Associative Arrays= | =Associative Arrays= |
Revision as of 21:18, 23 February 2018
Internal
Indexed Arrays
External
- http://www.gnu.org/software/bash/manual/html_node/Arrays.html#Arrays
- http://tldp.org/LDP/abs/html/arrays.html