linux code reading tools - Forest0923/memo GitHub Wiki
Command
find
+grep
find . -type f \( -name '*.c' -o -name '*.h' \) -print0 | xargs -0 grep -C 3 -Hni 'root_hpa'
Web Base
Documentation Generator
Editor
- VSCode
find
+ grep
find . -type f \( -name '*.c' -o -name '*.h' \) -print0 | xargs -0 grep -C 3 -Hni 'root_hpa'