格式如下
find -name "*.[hc]" | xargs perl -pi -e 's/system/system_fun/g'
find -name "*.[hc]" | xargs perl -pi -e 's/\t/ /g'
[db:关键字]