i tried to build a command to replaces the word "include" with
"exclude"

in each *.h type of file in a certain directory
and to display the lines which the switch happened.

i did a command and i dont know why its not working

find /usr -name "*.h" -exec sed 's/include/exclude/g' {} \; |grep exclude