What is the output of this script?
#!/bin/bash fname=john john=thomas echo ${!fname}
Syntax error
blank
thomas
john