Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
行を1つずつ処理する内部構成ファイルがあります。残念ながら、線は時間の経過とともに非常に大きくなりました。構成プロセッサは、構成ファイルに対してm4前処理を実行します。m4を使用して複数の(読み取り可能な)行を1行に折りたたむ方法はありますか?
この質問で解決しました:
m4のpatsubstで、改行をスペースに置き換えるにはどうすればよいですか?