Searched refs:pa_i (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/brand/shared/zone/ | ||
H A D | uninstall.ksh | 71 (( pa_i = 0 )) 72 while (( $pa_i < ${#pa_array[@]} )); do 73 printf "\t${pa_array[$pa_i]}\n" 74 (( pa_i = $pa_i + 1 )) |
Completed in 56 milliseconds