find -name '*.cpp'
-o это типа or
find -name '*.h' -o -name '*.cpp'
| # маленькие проги по типу синтаксис чек, или обсёрвер. Не мои: | |
| * https://github.com/PCMan/python-find-unused-func | |
| * https://github.com/dlidstrom/Duplo | |
| * https://github.com/xsgordon/duplo-fork | |
| * https://github.com/duploq/duploq | |
| # мои: | |
| * source inspection on includes - https://gist.github.com/Lazzlo2096/2916bc93afc72bb3a0fc7d094dbe1d37 | |
| * https://github.com/XenonBox/LineCounter | |
| ( https://gist.github.com/Lazzlo2096/f34fee315a910fa900ce2f47c9a8771f ) | |
| * sort by last modify ??? | |
find -name '*.cpp'
-o это типа or
find -name '*.h' -o -name '*.cpp'