I have some C source code which was originally developed on Windows. Now I want to work on it in Linux. There are tons of include directives that should be changed to Linux format, e.g:
#include "..\includes\common.h"
I am looking for a command-line to go through all .h and .c files, find the include directives and replace any backslash with a forward slash.