TimtheEagle <[EMAIL PROTECTED]> wrote:
> main_auth=7
>
> f=main
> t=auth
>
> ile=$f"_"$t
>
> echo $ile

Either: echo "${!ile}"
Or:     eval "echo \"\$$ile\""


paul


Reply via email to