Skip to content

Instantly share code, notes, and snippets.

@lcube45
Created December 6, 2022 15:57
Show Gist options
  • Save lcube45/a218b072c1f6f0a74ed99175e90b6ef6 to your computer and use it in GitHub Desktop.
Save lcube45/a218b072c1f6f0a74ed99175e90b6ef6 to your computer and use it in GitHub Desktop.
Count lines of code recursively
find . -name '*.ts' | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment