I'm wrestling with a simple config file that I want to contain items of formatted paragraph/text. For some reason, perhaps sillyness on my part one entry might be:
TEXT=Hello\nWorld\n! (rather than actual newlines in the input file) I want to then print that text out as if I coded
It seems I'm wanting to interpolate a variable twice.
That works...but my instinct is I could do be doing this differently/better. How would you do it?