[Nelug] Bash Scripting

Andrew Hatch andrew.hatch at bluespace.com
Fri Sep 19 11:35:09 UTC 2003


Works a treat - thank you!

> On Friday 19 Sep 2003 11:04 am, Andrew Hatch wrote:
> > How can I force bash to 'dereference' $FILE1 to be "/home/file1.dat"?
> 
> Change the line:
> 
>         echo $THEFILE
> 
> to:
> 
>         eval echo \$$THEFILE





More information about the Nelug mailing list