![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
NAME
varAppend - Append a string to the end of a 'var' variable.
SYNOPSIS
varAppend [VARIABLE] -set [STRING]
EXAMPLES
Assume that the variable xyz equals "slime":
varAppend xyz -set ball
Results in "slimeball"
NOTES
See 'var' command for more details.
AUTHOR
Allen Ormond - aormond (at) gmail (dot) com
Uses the 'var' command created by Stephen Paul Weber.