Skip to content

Instantly share code, notes, and snippets.

@kachar
Created June 9, 2022 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kachar/62e91c90a8cce7c6a0877b9563c5834b to your computer and use it in GitHub Desktop.
Save kachar/62e91c90a8cce7c6a0877b9563c5834b to your computer and use it in GitHub Desktop.
find lines of code in a repo and sort them desc
wc -l $(git ls-files services/webapp/**/*.js ) | sort -n
179 services/webapp/utils/...
183 services/webapp/compon...
189 services/webapp/compon...
212 services/webapp/compon...
212 services/webapp/compon...
212 services/webapp/compon...
216 services/webapp/pages/...
222 services/webapp/pages/...
306 services/webapp/compon...
612 services/webapp/compon...
9106 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment