So, I kinda feel like an idiot because I can't figure this out. I would like to be able to use a command line argument in line with text. Not sure if the phrasing is right for what I want, but hopefully this example will help:
var1 = $1
var2 = $2
someCommand "$var1x$var2" blah blah blah
So, my problem is that the "x" is being grouped in with the variables. Any thoughts would be appreciated.