Consulting Services and Tech-Tips from Ben Patridge
#!/bin/bash c=0 for i in a b; do log[$c]="$i" ((c++)) done for i in ${log[@]}; do echo $i done
Example
# ./btest a b
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
Δ