I would like to set a variable which name is stored in a file (is an output of a sed executed earlier)
the file would look like:
py1
so setting our variable would be like: set cat file=value
but echoing $py1 gives me nothing.
Is that possible with bash version 2.05?