shellnewbie
Technical User
Dear all,
I have the current m4 command substituting words in my script.
it does its job for patterns like :
but not for
Do you have any ideas how can i substitute text without using an other command, i searched on the man, but i dont get it. Using quotes doesn't help.
Thanks again.
I have the current m4 command substituting words in my script.
Code:
cat << EOF | m4 -D PROJECT_EXPLUID=${PROJECT_EXPLUID} -D PROJECT_TRIGRAMME=${PROJECT_TRIGRAMME}
Code:
some commands PROJECT_TRIGRAMME some commands
Code:
sometextPROJECT_TRIGRAMMEsometext
Thanks again.