Skip to content

Instantly share code, notes, and snippets.

@dmarchuk
Created January 11, 2020 02:26
Show Gist options
  • Save dmarchuk/b54ab031edafe4329cfa9c63fe3f54c1 to your computer and use it in GitHub Desktop.
Save dmarchuk/b54ab031edafe4329cfa9c63fe3f54c1 to your computer and use it in GitHub Desktop.
# JS
find . -name '*.js' | xargs wc -l | sort -nr
# SCSS
find . -name '*.scss' | xargs wc -l | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment