Evaluating variables in bash

echo ${!file_list} will echo $$file_list, so say $something = john and $cat = ‘something’, echo ${!cat} would be something, gettit?

Leave a Reply

Your email address will not be published. Required fields are marked *