Skip to content

Instantly share code, notes, and snippets.

@metodribic
Created May 24, 2017 11:54
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 metodribic/9c4ab91d1d790355d77e655478287d5d to your computer and use it in GitHub Desktop.
Save metodribic/9c4ab91d1d790355d77e655478287d5d to your computer and use it in GitHub Desktop.
Count number of lines in files with specific extension
find . -name "*.ts" -print | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment