Skip to content

Instantly share code, notes, and snippets.

@paulocoutinhox
Created December 8, 2020 20:30
Show Gist options
  • Save paulocoutinhox/79922f6ed84fd4db3500ce59ca640555 to your computer and use it in GitHub Desktop.
Save paulocoutinhox/79922f6ed84fd4db3500ce59ca640555 to your computer and use it in GitHub Desktop.
find . -type f | sed -e 's/.*\.//' | sort | uniq -c | sort -n | grep -Ei '(java|kt|cpp)$'
@paulocoutinhox
Copy link
Author

paulocoutinhox commented Dec 8, 2020

Result:

  40 java
 344 kt

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