When you see a "$" in front of anything it means it is a variable. So, if you do an echo of $MEMBER it will try to read the data contained in that variable.
Example:
# MEMBER=magnum
# echo $MEMBER
# magnum
Try this exact syntax if you have any questions. Hope this answers your question.
blaine
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.