|
From: Ashley P. <api...@co...> - 2007-11-18 17:59:41
|
On Sun, 2007-11-18 at 01:38 +0100, Julian Seward wrote: > > Another possibility: %qVAR > > That would be good, in the sense that the shell can't screw it up. > Problem is there's no way to know where the env var ends and we move > back to ordinary command line text. > > Maybe %qVAR% or %qVAR%q ? Both are ugly and nonintuitive, though. I was going to say go with %q%VAR% but I'm not sure that qualifier is the right name to use, how about using %env%VAR% for environment stuff and %pid% for the pid? Ashley, |