Tagged Questions
2
votes
2answers
228 views
How to remove three consecutive line feeds in a Makefile rule?
I need to search for and replace three consecutive newline characters in an input file and filter them out of an output file for a makefile rule on Centos 4. I am using GNU sed v4.1.2 and GNU make ...