Hi, The following code is not able to replace ENV with `$1`. /tmp$ m4 -D ENV='$1' <<< ENV
Is there a way to call m4 to replace ENV with `$1` without having to escape `$1` in the command line? -- Regards, Peng
Hi, The following code is not able to replace ENV with `$1`. /tmp$ m4 -D ENV='$1' <<< ENV
Is there a way to call m4 to replace ENV with `$1` without having to escape `$1` in the command line? -- Regards, Peng