> On Mar 1, 2019, at 3:04 PM, Daniel Templeton <[email protected]> wrote: > > There are a bunch of uses of the bash syntax, "${!var}", in the Hadoop > scripts. Can anyone explain to me what that syntax was supposed to achieve? #!/usr/bin/env bash j="hi" m="bye" k=j echo ${!k} k=m echo ${!k} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
- ${!var} In Scripts Daniel Templeton
- Re: ${!var} In Scripts Allen Wittenauer
- Re: ${!var} In Scripts Daniel Templeton
- Re: ${!var} In Scripts Allen Wittenauer
- Re: ${!var} In Scripts Daniel Templeton
- Re: ${!var} In Scripts Allen Wittenauer
