Skip to content

Instantly share code, notes, and snippets.

@thekarthiksankar
Created December 28, 2019 19:44
Show Gist options
  • Save thekarthiksankar/56426eaad177cec9b303cfdc4e250373 to your computer and use it in GitHub Desktop.
Save thekarthiksankar/56426eaad177cec9b303cfdc4e250373 to your computer and use it in GitHub Desktop.
# List all the files in a folder with line count
$ wc -l `find -name '*.ext'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment