Bash Scripting - Arrays
In Bash, given an array
tools=(hammer wrench screwdriver), which command prints the last element without using a fixed index?