First cd src
Then find . -type f | xargs wc -l | awk -F "." '$1>100'
Filter files with 100+ lines in react project or filter files with 100+ lines in nodejs project or filter files with 100+ lines in dotnet project or filter files with 100+ lines in any project.