Created
March 23, 2015 16:24
-
-
Save ssoper/5bb625f411a05dcf6315 to your computer and use it in GitHub Desktop.
Recursive word count
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
grep '' -IR . | wc -w |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
THANK YOU!!