Hi,
I am using windows and cygwin. I have hundreds of makefiles in my project folder, but the problem is that these makefiles contain a ctrl+M character when I open them in cygwin bash vim editor. Because of this I am not able to build any of my makefiles.
Is there any command which could remove this character from all the makefiles in a folder?
Otherwise, in a c program, how can I search for the ctrl+M character..
I am using windows and cygwin. I have hundreds of makefiles in my project folder, but the problem is that these makefiles contain a ctrl+M character when I open them in cygwin bash vim editor. Because of this I am not able to build any of my makefiles.
Is there any command which could remove this character from all the makefiles in a folder?
Otherwise, in a c program, how can I search for the ctrl+M character..
Comment