Evaluating variables in bash
echo ${!file_list} will echo $$file_list, so say $something = john and $cat = ‘something’, echo ${!cat} would be something, gettit?
Read other posts
echo ${!file_list} will echo $$file_list, so say $something = john and $cat = ‘something’, echo ${!cat} would be something, gettit?