We have an internal configuration file that processes lines one by one. Unfortunately, the lines have gotten really big over time. The config processor does an m4 pre-process on the config file. Is there a way for me to collapse multiple (readable) lines into one line using m4?
A:
resolved with this question:
http://stackoverflow.com/questions/1567668/in-m4s-patsubst-how-do-i-replace-newlines-with-spaces
Ross Rogers
2009-10-14 17:24:55