Skip to content

Instantly share code, notes, and snippets.

@nicokruger
Created March 18, 2012 21:02
Show Gist options
  • Save nicokruger/2081284 to your computer and use it in GitHub Desktop.
Save nicokruger/2081284 to your computer and use it in GitHub Desktop.
count-files.sh
#!/bin/bash
echo $(find . -type f | grep -v .git | wc -l)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment