Bash Scripting - Arrays
You have a Bash array
arr=(1 2 3 4 5). You want to extract the last 3 elements using array slicing. Which command will do this correctly?