如何使用 m4 预处理器将多行折叠为一行?
我们有一个内部配置文件,可以逐行处理。不幸的是,随着时间的推移,队伍变得越来越大。配置处理器对配置文件进行 m4 预处理。有没有办法让我使用 m4 将多条(可读)行折叠成一行?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决了这个问题:
在m4的patsubst中,我该如何用空格替换换行符?
resolved with this question:
in m4's patsubst, how do I replace newlines with spaces?