Skip to content

Instantly share code, notes, and snippets.

@jhollinger
Created April 7, 2016 18:54
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 jhollinger/b9196dc87e07a04e8771c044b74e80dd to your computer and use it in GitHub Desktop.
Save jhollinger/b9196dc87e07a04e8771c044b74e80dd to your computer and use it in GitHub Desktop.
Lines of Code
#!/bin/bash
find $@ -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