What I was is for bash to call the following:
sed 's/xyz/abc$VARdef/g'
xyz is a (static) pattern to match
abc,def are arbitary (static) characters, as part of my replace
$VAR is the variable that the script needs to pass.
I've googled quickly but havn't found anything satisfactory.
TIA


