Angle brackets to inverted commas for Cbm headers
As per the commands.
find . -iname '*.cxx' | xargs sed -i 's_^#include <Cbm\([a-zA-Z]*\)\.h>_#include \"Cbm\1.h\"_'
Edited by Eoin Clerkin
As per the commands.
find . -iname '*.cxx' | xargs sed -i 's_^#include <Cbm\([a-zA-Z]*\)\.h>_#include \"Cbm\1.h\"_'