Skip to content

Instantly share code, notes, and snippets.

@toc21c
Created July 13, 2016 03:14
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 toc21c/6b84666630c8c702cb5e8202c157a64f to your computer and use it in GitHub Desktop.
Save toc21c/6b84666630c8c702cb5e8202c157a64f to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
find . -name '*.txt' -type f -print0 | wc -l --files0-from=-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment