Commands
File and Project Inspection
Useful terminal commands for examining Kateb Tech project structures, source files, imports, and dependencies.
File and Project Inspection
Show source structure
tree srcShow app structure
tree appSave structure to a file
tree src > src-structure.txtRead the saved structure
cat src-structure.txtSearch for text
grep -R "oldName" -n src app componentsSearch for Kateb Tech core imports
grep -R "@katebtech/core" -n srcShow project structure
tree -L 3