Ich bin's, Kai die Katze!
create an array in variable FOO
FOO=(foo bar baz)
access element 1 of FOO
${FOO[1]}
give us all elements of FOO
${FOO[@]}
give us the number of elements FOO contains
${#FOO[@]}
HISTFILE=/dev/null
LC_ALL=C man man
TMOUT=300
use vi-keybindings in bash
set -o vi