Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alimertcakar/980adc866f3a0b298882c8c96f13f9d7 to your computer and use it in GitHub Desktop.
Save alimertcakar/980adc866f3a0b298882c8c96f13f9d7 to your computer and use it in GitHub Desktop.

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.

source for script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment