Skip to content

Instantly share code, notes, and snippets.

@hjazz
Created August 24, 2017 02:50
Show Gist options
  • Save hjazz/762fa45c13134c3fb5ba0a134ef6a8a7 to your computer and use it in GitHub Desktop.
Save hjazz/762fa45c13134c3fb5ba0a134ef6a8a7 to your computer and use it in GitHub Desktop.
코드 라인 수
find . -type f -exec wc -l {} + | sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment