Skip to content

Instantly share code, notes, and snippets.

@Sekiphp
Created November 23, 2018 15:11
Show Gist options
  • Select an option

  • Save Sekiphp/e82bf56427af6bd2106796d2d0f9a994 to your computer and use it in GitHub Desktop.

Select an option

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

Sekiphp commented Nov 27, 2018

Copy link
Copy Markdown
Author

find . -type f | xargs wc -l

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