1

Useful gfsh Shell Variables says gfsh>echo --string=${VARIABLE} could obtain the current value of the existing variable. But in my environment it couldn't.
e.g.:
echo --string=${SYS_USER} displayed ${SYS_USER}

gfsh>echo --string=$* could display a list of all gfsh shell variables and their current values in my environment(Apache Geode 1.5.0).

niaomingjian
  • 3,472
  • 8
  • 43
  • 78

1 Answers1

0

I encountered the same issue with Geode 1.6 and GemFire 9.x (multiple versions). EchoCommand.java has $* coded as a special case, but does not cover the other cases. I submitted JIRA GEODE-5531.

Derek Williams
  • 229
  • 2
  • 4