HOWTO
for F in $(find src -type f \( -name '*.cpp' -or -name '*.hpp' \) -exec egrep -q '§§§' {} \; -print);
do D=$(basename $F);
sed -r -e"s/§§§/$D/" $F ;
done
|
||
|---|---|---|
| .. | ||
| bus-controller.cpp | ||
| bus-controller.hpp | ||
| bus-term.hpp | ||
| core-service.hpp | ||
| mutation-message.hpp | ||
| nexus.hpp | ||
| playback-controller.cpp | ||
| playback-controller.hpp | ||