- Apr
- 35
- 0
I have a .ini file with a value like this:
this %is% || a `parameter` %+ another %= && another 'abc';
I'm reading the line @iniread. How can I set this verbatim to an environment variable, then echo that environment variable value, then pass it as a parameter to another program? (without ever interpreting the line)
this %is% || a `parameter` %+ another %= && another 'abc';
I'm reading the line @iniread. How can I set this verbatim to an environment variable, then echo that environment variable value, then pass it as a parameter to another program? (without ever interpreting the line)