OPS435 Lecture 8 - Bash

From CDOT Wiki
Revision as of 11:31, 22 March 2016 by Andrew (talk | contribs) (Arrays)
Jump to: navigation, search

Arrays

  • for (( )) loop
  • Arrays
  • To get the length of an array: ${#ArrayName[@]}