Skip to content

Instantly share code, notes, and snippets.

@DevEarley
Created December 27, 2019 16:26
Show Gist options
  • Save DevEarley/79a22a0533f9725b5b4362b522c3f717 to your computer and use it in GitHub Desktop.
Save DevEarley/79a22a0533f9725b5b4362b522c3f717 to your computer and use it in GitHub Desktop.
Counts LOC for all files in a folder
find . -name '*.*' | xargs wc -l
@DevEarley
Copy link
Author

WSL or Bash only - will not run in Windows Command Prompt

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