Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- array_datos=(elemento1 elemento2 elemento3)
- echo "Elemento 1 2 3 "
- echo "Indice 0 1 2 "
- echo "array_datos=(elemento1 elemento2 elemento3)
- "
- echo echo \${array_datos[1]} ${array_datos[1]}
- echo echo \${array_datos[@]} ${array_datos[@]}
- echo echo \${array_datos[-1]} ${array_datos[-1]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement