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