Skip to content

Instantly share code, notes, and snippets.

@Sekiphp
Created November 23, 2018 15:11
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 Sekiphp/e82bf56427af6bd2106796d2d0f9a994 to your computer and use it in GitHub Desktop.
Save Sekiphp/e82bf56427af6bd2106796d2d0f9a994 to your computer and use it in GitHub Desktop.
Count of lines in current dir
find . -type f | xargs cat | wc -l
@Sekiphp
Copy link
Author

Sekiphp commented Nov 27, 2018

find . -type f | xargs wc -l

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