Skip to content

Instantly share code, notes, and snippets.

@leolin310148
Created September 7, 2017 15:55
Show Gist options
  • Save leolin310148/f109554714d181f14c95994dbbf9d5d4 to your computer and use it in GitHub Desktop.
Save leolin310148/f109554714d181f14c95994dbbf9d5d4 to your computer and use it in GitHub Desktop.
find lines for files
find . -name '*.txt' | xargs wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment